#356B08

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

Shades of Bilbao #356B08

Tints of Bilbao #356B08

Color information

#356B08 (or 0x356B08) is unknown color: approx Bilbao. HEX triplet: 35, 6B and 08. RGB value is (53,107,8). Sum of RGB (Red+Green+Blue) = 53+107+8=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 107 (42.19% from 255 or 63.69% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 107 - color contains mainly: green. Hex color #356B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356B08 is #CA94F7. Grayscale: #4F4F4F. Windows color (decimal): -13276408 or 551733. OLE color: 551733.

HSL color Cylindrical-coordinate representation of color #356B08: hue angle of 92.73º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #356B08 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB531078-
CMYK0.5000.930.58
HSL92.73º86.09%22.55%-
HSV(B)92.73º92.52%41.96%-
XYZ6.7711.292.05-
YUV79.5787.61109.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 107 (42.19% from 255) = 63.69%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=31.55%
G=63.69%
B=4.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5310780.5000.930.5892.7386.0922.55
Hex356B83205D3A5d5617
Octal65153106201357213512627
Binary11010111010111000110010010111011110101011101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356B08; }

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

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

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

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

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

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

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

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