#376A0C

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

Shades of Bilbao #376A0C

Tints of Bilbao #376A0C

Color information

#376A0C (or 0x376A0C) is unknown color: approx Bilbao. HEX triplet: 37, 6A and 0C. RGB value is (55,106,12). Sum of RGB (Red+Green+Blue) = 55+106+12=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 106 (41.80% from 255 or 61.27% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 106 - color contains mainly: green. Hex color #376A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376A0C is #C895F3. Grayscale: #505050. Windows color (decimal): -13145588 or 813623. OLE color: 813623.

HSL color Cylindrical-coordinate representation of color #376A0C: hue angle of 92.55º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #376A0C is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB5510612-
CMYK0.4800.890.58
HSL92.55º79.66%23.14%-
HSV(B)92.55º88.68%41.57%-
XYZ6.811.152.14-
YUV80.0489.6110.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 106 (41.80% from 255) = 61.27%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=31.79%
G=61.27%
B=6.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55106120.4800.890.5892.5579.6623.14
Hex376AC300593A5d5017
Octal67152146001317213512027
Binary11011111010101100110000010110011110101011101101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,106,12); }

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

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

 a { background-color: rgb(55,106,12); }

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

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

 span { border-color: rgb(55,106,12); }

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