#376A0A

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

Shades of Bilbao #376A0A

Tints of Bilbao #376A0A

Color information

#376A0A (or 0x376A0A) is unknown color: approx Bilbao. HEX triplet: 37, 6A and 0A. RGB value is (55,106,10). Sum of RGB (Red+Green+Blue) = 55+106+10=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #376A0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376A0A is #C895F5. Grayscale: #505050. Windows color (decimal): -13145590 or 682551. OLE color: 682551.

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

Color convert

RGB5510610-
CMYK0.4800.910.58
HSL91.88º82.76%22.75%-
HSV(B)91.88º90.57%41.57%-
XYZ6.7811.142.08-
YUV79.8188.6110.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 106 (41.80% from 255) = 61.99%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=32.16%
G=61.99%
B=5.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55106100.4800.910.5891.8882.7622.75
Hex376AA3005B3A5c5317
Octal67152126001337213412327
Binary11011111010101010110000010110111110101011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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