#376E0E

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

Shades of Bilbao #376E0E

Tints of Bilbao #376E0E

Color information

#376E0E (or 0x376E0E) is unknown color: approx Bilbao. HEX triplet: 37, 6E and 0E. RGB value is (55,110,14). Sum of RGB (Red+Green+Blue) = 55+110+14=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 110 (43.36% from 255 or 61.45% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 110 - color contains mainly: green. Hex color #376E0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376E0E is #C891F1. Grayscale: #525252. Windows color (decimal): -13144562 or 945719. OLE color: 945719.

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

Color convert

RGB5511014-
CMYK0.500.870.57
HSL94.38º77.42%24.31%-
HSV(B)94.38º87.27%43.14%-
XYZ7.23122.35-
YUV82.6189.28108.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 110 (43.36% from 255) = 61.45%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=30.73%
G=61.45%
B=7.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55110140.500.870.5794.3877.4224.31
Hex376EE32057395e4d18
Octal67156166201277113611530
Binary11011111011101110110010010101111110011011110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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