#376910

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

Shades of Bilbao #376910

Tints of Bilbao #376910

Color information

#376910 (or 0x376910) is unknown color: approx Bilbao. HEX triplet: 37, 69 and 10. RGB value is (55,105,16). Sum of RGB (Red+Green+Blue) = 55+105+16=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #376910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376910 is #C896EF. Grayscale: #505050. Windows color (decimal): -13145840 or 1075511. OLE color: 1075511.

HSL color Cylindrical-coordinate representation of color #376910: hue angle of 93.71º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #376910 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB5510516-
CMYK0.4800.850.59
HSL93.71º73.55%23.73%-
HSV(B)93.71º84.76%41.18%-
XYZ6.7210.952.25-
YUV79.991.94110.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.25%
GREEN value IS 105 (41.41% from 255) = 59.66%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=31.25%
G=59.66%
B=9.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55105160.4800.850.5993.7173.5523.73
Hex376910300553B5e4a18
Octal67151206001257313611230
Binary110111110100110000110000010101011110111011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376910; }

 p { color: rgb(55,105,16); }

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

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

 a { background-color: rgb(55,105,16); }

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

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

 span { border-color: rgb(55,105,16); }

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