#367206

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

Shades of Bilbao #367206

Tints of Bilbao #367206

Color information

#367206 (or 0x367206) is unknown color: approx Bilbao. HEX triplet: 36, 72 and 06. RGB value is (54,114,6). Sum of RGB (Red+Green+Blue) = 54+114+6=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #367206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367206 is #C98DF9. Grayscale: #545454. Windows color (decimal): -13209082 or 422454. OLE color: 422454.

HSL color Cylindrical-coordinate representation of color #367206: hue angle of 93.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #367206 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB541146-
CMYK0.5300.950.55
HSL93.33º90%23.53%-
HSV(B)93.33º94.74%44.71%-
XYZ7.5712.832.25-
YUV83.7584.12106.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.03%
GREEN value IS 114 (44.92% from 255) = 65.52%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=31.03%
G=65.52%
B=3.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5411460.5300.950.5593.339023.53
Hex367263505F375d5a18
Octal6616266501376713513230
Binary1101101110010110110101010111111101111011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367206; }

 p { color: rgb(54,114,6); }

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

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

 a { background-color: rgb(54,114,6); }

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

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

 span { border-color: rgb(54,114,6); }

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