#367A12

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

Shades of Bilbao #367A12

Tints of Bilbao #367A12

Color information

#367A12 (or 0x367A12) is unknown color: approx Bilbao. HEX triplet: 36, 7A and 12. RGB value is (54,122,18). Sum of RGB (Red+Green+Blue) = 54+122+18=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 122 (48.05% from 255 or 62.89% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 122 - color contains mainly: green. Hex color #367A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367A12 is #C985ED. Grayscale: #5A5A5A. Windows color (decimal): -13207022 or 1210934. OLE color: 1210934.

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

Color convert

RGB5412218-
CMYK0.5600.850.52
HSL99.23º74.29%27.45%-
HSV(B)99.23º85.25%47.84%-
XYZ8.5914.752.97-
YUV89.8187.47102.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.84%
GREEN value IS 122 (48.05% from 255) = 62.89%
BLUE value IS 18 (7.42% from 255) = 9.28%
R=27.84%
G=62.89%
B=9.28%

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
Decimal54122180.5600.850.5299.2374.2927.45
Hex367A123805534634a1b
Octal66172227001256414311233
Binary110110111101010010111000010101011101001100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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