#367B12

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

Shades of Bilbao #367B12

Tints of Bilbao #367B12

Color information

#367B12 (or 0x367B12) is unknown color: approx Bilbao. HEX triplet: 36, 7B and 12. RGB value is (54,123,18). Sum of RGB (Red+Green+Blue) = 54+123+18=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #367B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367B12 is #C984ED. Grayscale: #5A5A5A. Windows color (decimal): -13206766 or 1211190. OLE color: 1211190.

HSL color Cylindrical-coordinate representation of color #367B12: hue angle of 99.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #367B12 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB5412318-
CMYK0.5600.850.52
HSL99.43º74.47%27.65%-
HSV(B)99.43º85.37%48.24%-
XYZ8.7114.993.01-
YUV90.487.14102.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 123 (48.44% from 255) = 63.08%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=27.69%
G=63.08%
B=9.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54123180.5600.850.5299.4374.4727.65
Hex367B123805534634a1c
Octal66173227001256414311234
Binary110110111101110010111000010101011101001100011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367B12; }

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

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

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

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

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

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

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

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