#358801

Color #358801 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #358801

Tints of Bilbao #358801

Color information

#358801 (or 0x358801) is unknown color: approx Bilbao. HEX triplet: 35, 88 and 01. RGB value is (53,136,1). Sum of RGB (Red+Green+Blue) = 53+136+1=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 136 (53.52% from 255 or 71.58% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 136 - color contains mainly: green. Hex color #358801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358801 is #CA77FE. Grayscale: #606060. Windows color (decimal): -13268991 or 100405. OLE color: 100405.

HSL color Cylindrical-coordinate representation of color #358801: hue angle of 96.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #358801 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB531361-
CMYK0.6100.990.47
HSL96.89º98.54%26.86%-
HSV(B)96.89º99.26%53.33%-
XYZ10.2818.373.03-
YUV95.7974.597.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 136 (53.52% from 255) = 71.58%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=27.89%
G=71.58%
B=0.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5313610.6100.990.4796.8998.5426.86
Hex358813D0632F61631b
Octal6521017501435714114333
Binary110101100010001111101011000111011111100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358801; }

 p { color: rgb(53,136,1); }

 H1.HeaderClassName
 {
   color: #358801;
 }
 .AnyTagClassName
 {
   color: #358801;
 }
</style>
background-color css

<style>
 a { background-color: #358801; }

 a { background-color: rgb(53,136,1); }

 div.DivClassName
 {
   background-color: #358801;
 }
 .BgClassName
 {
   background-color: #358801;
 }
</style>
border-color css

<style>
 span { border-color: #358801; }

 span { border-color: rgb(53,136,1); }

 td.TdClassName
 {
   border-color: #358801;
 }
 .TagClassName
 {
   border-color: #358801;
 }
</style>