#367212

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

Shades of Bilbao #367212

Tints of Bilbao #367212

Color information

#367212 (or 0x367212) is unknown color: approx Bilbao. HEX triplet: 36, 72 and 12. RGB value is (54,114,18). Sum of RGB (Red+Green+Blue) = 54+114+18=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #367212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367212 is #C98DED. Grayscale: #555555. Windows color (decimal): -13209070 or 1208886. OLE color: 1208886.

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

Color convert

RGB5411418-
CMYK0.5300.840.55
HSL97.5º72.73%25.88%-
HSV(B)97.5º84.21%44.71%-
XYZ7.6512.862.65-
YUV85.1290.12105.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 114 (44.92% from 255) = 61.29%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=29.03%
G=61.29%
B=9.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114180.5300.840.5597.572.7325.88
Hex367212350543762491a
Octal66162226501246714211132
Binary110110111001010010110101010101001101111100010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367212; }

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

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

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

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

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

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

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

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