#376915

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

Shades of Bilbao #376915

Tints of Bilbao #376915

Color information

#376915 (or 0x376915) is unknown color: approx Bilbao. HEX triplet: 37, 69 and 15. RGB value is (55,105,21). Sum of RGB (Red+Green+Blue) = 55+105+21=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #376915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376915 is #C896EA. Grayscale: #505050. Windows color (decimal): -13145835 or 1403191. OLE color: 1403191.

HSL color Cylindrical-coordinate representation of color #376915: hue angle of 95.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #376915 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB5510521-
CMYK0.4800.800.59
HSL95.71º66.67%24.71%-
HSV(B)95.71º80%41.18%-
XYZ6.7610.972.47-
YUV80.4794.44109.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 105 (41.41% from 255) = 58.01%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=30.39%
G=58.01%
B=11.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55105210.4800.800.5995.7166.6724.71
Hex376915300503B604319
Octal67151256001207314010331
Binary110111110100110101110000010100001110111100000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376915; }

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

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

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

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

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

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

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

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