#376B15

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

Shades of Bilbao #376B15

Tints of Bilbao #376B15

Color information

#376B15 (or 0x376B15) is unknown color: approx Bilbao. HEX triplet: 37, 6B and 15. RGB value is (55,107,21). Sum of RGB (Red+Green+Blue) = 55+107+21=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #376B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376B15 is #C894EA. Grayscale: #515151. Windows color (decimal): -13145323 or 1403703. OLE color: 1403703.

HSL color Cylindrical-coordinate representation of color #376B15: hue angle of 96.28º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #376B15 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB5510721-
CMYK0.4900.800.58
HSL96.28º67.19%25.1%-
HSV(B)96.28º80.37%41.96%-
XYZ6.9711.382.54-
YUV81.6593.77108.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 107 (42.19% from 255) = 58.47%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=30.05%
G=58.47%
B=11.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107210.4900.800.5896.2867.1925.1
Hex376B15310503A604319
Octal67153256101207214010331
Binary110111110101110101110001010100001110101100000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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