#367D12

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

Shades of Bilbao #367D12

Tints of Bilbao #367D12

Color information

#367D12 (or 0x367D12) is unknown color: approx Bilbao. HEX triplet: 36, 7D and 12. RGB value is (54,125,18). Sum of RGB (Red+Green+Blue) = 54+125+18=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 125 (49.22% from 255 or 63.45% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 125 - color contains mainly: green. Hex color #367D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367D12 is #C982ED. Grayscale: #5B5B5B. Windows color (decimal): -13206254 or 1211702. OLE color: 1211702.

HSL color Cylindrical-coordinate representation of color #367D12: hue angle of 99.81º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #367D12 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB5412518-
CMYK0.5700.860.51
HSL99.81º74.83%28.04%-
HSV(B)99.81º85.6%49.02%-
XYZ8.9615.53.09-
YUV91.5786.48101.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.41%
GREEN value IS 125 (49.22% from 255) = 63.45%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=27.41%
G=63.45%
B=9.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54125180.5700.860.5199.8174.8328.04
Hex367D123905633644b1c
Octal66175227101266314411334
Binary110110111110110010111001010101101100111100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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