#376E12

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

Shades of Bilbao #376E12

Tints of Bilbao #376E12

Color information

#376E12 (or 0x376E12) is unknown color: approx Bilbao. HEX triplet: 37, 6E and 12. RGB value is (55,110,18). Sum of RGB (Red+Green+Blue) = 55+110+18=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 110 (43.36% from 255 or 60.11% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 110 - color contains mainly: green. Hex color #376E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376E12 is #C891ED. Grayscale: #535353. Windows color (decimal): -13144558 or 1207863. OLE color: 1207863.

HSL color Cylindrical-coordinate representation of color #376E12: hue angle of 95.87º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #376E12 is Cyan = 0.5, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB5511018-
CMYK0.500.840.57
HSL95.87º71.88%25.1%-
HSV(B)95.87º83.64%43.14%-
XYZ7.2612.012.51-
YUV83.0791.28107.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 110 (43.36% from 255) = 60.11%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=30.05%
G=60.11%
B=9.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55110180.500.840.5795.8771.8825.1
Hex376E123205439604819
Octal67156226201247114011031
Binary110111110111010010110010010101001110011100000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376E12; }

 p { color: rgb(55,110,18); }

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

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

 a { background-color: rgb(55,110,18); }

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

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

 span { border-color: rgb(55,110,18); }

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