#358208

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

Shades of Bilbao #358208

Tints of Bilbao #358208

Color information

#358208 (or 0x358208) is unknown color: approx Bilbao. HEX triplet: 35, 82 and 08. RGB value is (53,130,8). Sum of RGB (Red+Green+Blue) = 53+130+8=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #358208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358208 is #CA7DF7. Grayscale: #5D5D5D. Windows color (decimal): -13270520 or 557621. OLE color: 557621.

HSL color Cylindrical-coordinate representation of color #358208: hue angle of 97.87º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #358208 is Cyan = 0.59, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB531308-
CMYK0.5900.940.49
HSL97.87º88.41%27.06%-
HSV(B)97.87º93.85%50.98%-
XYZ9.4916.742.96-
YUV93.0779.9999.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 130 (51.17% from 255) = 68.06%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=27.75%
G=68.06%
B=4.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5313080.5900.940.4997.8788.4127.06
Hex358283B05E3162581b
Octal65202107301366114213033
Binary110101100000101000111011010111101100011100010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358208; }

 p { color: rgb(53,130,8); }

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

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

 a { background-color: rgb(53,130,8); }

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

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

 span { border-color: rgb(53,130,8); }

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