#376913

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

Shades of Bilbao #376913

Tints of Bilbao #376913

Color information

#376913 (or 0x376913) is unknown color: approx Bilbao. HEX triplet: 37, 69 and 13. RGB value is (55,105,19). Sum of RGB (Red+Green+Blue) = 55+105+19=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #376913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376913 is #C896EC. Grayscale: #505050. Windows color (decimal): -13145837 or 1272119. OLE color: 1272119.

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

Color convert

RGB5510519-
CMYK0.4800.820.59
HSL94.88º69.35%24.31%-
HSV(B)94.88º81.9%41.18%-
XYZ6.7410.962.38-
YUV80.2593.44109.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 105 (41.41% from 255) = 58.66%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=30.73%
G=58.66%
B=10.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55105190.4800.820.5994.8869.3524.31
Hex376913300523B5f4518
Octal67151236001227313710530
Binary110111110100110011110000010100101110111011111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376913; }

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

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

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

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

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

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

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

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