Shades of Bilbao #37700F
Tints of Bilbao #37700F
RGB
CMYK
RGB Variations
Color information
#37700F (or 0x37700F) is known color: Bilbao. HEX triplet: 37, 70 and 0F. RGB value is (55,112,15). Sum of RGB (Red+Green+Blue) = 55+112+15=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #37700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37700F is #C88FF0. Grayscale: #545454. Windows color (decimal): -13144049 or 1011767. OLE color: 1011767.
HSL color Cylindrical-coordinate representation of color #37700F: hue angle of 95.26º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37700F is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 15 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.56 |
| HSL | 95.26º | 0.76% | 0.25% | - |
| HSV(B) | 95.26º | 0.87% | 0.44% | - |
| XYZ | 7.46 | 12.44 | 2.46 | - |
| YUV | 83.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 15 | 0.51 | 0 | 0.87 | 0.56 | 95.26 | 0.76 | 0.25 |
| Hex | 37 | 70 | F | 33 | 0 | 57 | 38 | 5F | 4C | 19 |
| Octal | 67 | 160 | 17 | 63 | 0 | 127 | 70 | 137 | 114 | 31 |
| Binary | 110111 | 1110000 | 1111 | 110011 | 0 | 1010111 | 111000 | 1011111 | 1001100 | 11001 |
Color Harmonies of #37700F
Complementary color
Monochromatic Colors of #37700F
Black with #37700F
Text Example
Text Example
White with #37700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37700F; }
p { color: rgb(55,112,15); }
H1.HeaderClassName
{
color: #37700F;
}
.AnyTagClassName
{
color: #37700F;
}
</style>
background-color css
<style>
a { background-color: #37700F; }
a { background-color: rgb(55,112,15); }
div.DivClassName
{
background-color: #37700F;
}
.BgClassName
{
background-color: #37700F;
}
</style>
border-color css
<style>
span { border-color: #37700F; }
span { border-color: rgb(55,112,15); }
td.TdClassName
{
border-color: #37700F;
}
.TagClassName
{
border-color: #37700F;
}
</style>