#356D06

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

Shades of Bilbao #356D06

Tints of Bilbao #356D06

Color information

#356D06 (or 0x356D06) is unknown color: approx Bilbao. HEX triplet: 35, 6D and 06. RGB value is (53,109,6). Sum of RGB (Red+Green+Blue) = 53+109+6=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 109 (42.97% from 255 or 64.88% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 109 - color contains mainly: green. Hex color #356D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356D06 is #CA92F9. Grayscale: #505050. Windows color (decimal): -13275898 or 421173. OLE color: 421173.

HSL color Cylindrical-coordinate representation of color #356D06: hue angle of 92.62º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #356D06 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB531096-
CMYK0.5100.940.57
HSL92.62º89.57%22.55%-
HSV(B)92.62º94.5%42.75%-
XYZ6.9711.712.06-
YUV80.5185.95108.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 109 (42.97% from 255) = 64.88%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=31.55%
G=64.88%
B=3.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5310960.5100.940.5792.6289.5722.55
Hex356D63305E395d5a17
Octal6515566301367113513227
Binary1101011101101110110011010111101110011011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,109,6); }

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

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

 a { background-color: rgb(53,109,6); }

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

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

 span { border-color: rgb(53,109,6); }

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