#356E09

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

Shades of Bilbao #356E09

Tints of Bilbao #356E09

Color information

#356E09 (or 0x356E09) is unknown color: approx Bilbao. HEX triplet: 35, 6E and 09. RGB value is (53,110,9). Sum of RGB (Red+Green+Blue) = 53+110+9=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 110 (43.36% from 255 or 63.95% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 110 - color contains mainly: green. Hex color #356E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356E09 is #CA91F6. Grayscale: #515151. Windows color (decimal): -13275639 or 618037. OLE color: 618037.

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

Color convert

RGB531109-
CMYK0.5200.920.57
HSL93.86º84.87%23.33%-
HSV(B)93.86º91.82%43.14%-
XYZ7.0911.932.19-
YUV81.4487.12107.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 110 (43.36% from 255) = 63.95%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=30.81%
G=63.95%
B=5.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5311090.5200.920.5793.8684.8723.33
Hex356E93405C395e5517
Octal65156116401347113612527
Binary11010111011101001110100010111001110011011110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,110,9); }

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

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

 a { background-color: rgb(53,110,9); }

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

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

 span { border-color: rgb(53,110,9); }

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