Shades of Bilbao #37700A
Tints of Bilbao #37700A
RGB
CMYK
RGB Variations
Color information
#37700A (or 0x37700A) is known color: Bilbao. HEX triplet: 37, 70 and 0A. RGB value is (55,112,10). Sum of RGB (Red+Green+Blue) = 55+112+10=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #37700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37700A is #C88FF5. Grayscale: #535353. Windows color (decimal): -13144054 or 684087. OLE color: 684087.
HSL color Cylindrical-coordinate representation of color #37700A: hue angle of 93.53º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37700A is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 10 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.56 |
| HSL | 93.53º | 0.84% | 0.24% | - |
| HSV(B) | 93.53º | 0.91% | 0.44% | - |
| XYZ | 7.42 | 12.42 | 2.29 | - |
| YUV | 83.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 10 | 0.51 | 0 | 0.91 | 0.56 | 93.53 | 0.84 | 0.24 |
| Hex | 37 | 70 | A | 33 | 0 | 5B | 38 | 5E | 54 | 18 |
| Octal | 67 | 160 | 12 | 63 | 0 | 133 | 70 | 136 | 124 | 30 |
| Binary | 110111 | 1110000 | 1010 | 110011 | 0 | 1011011 | 111000 | 1011110 | 1010100 | 11000 |
Color Harmonies of #37700A
Complementary color
Monochromatic Colors of #37700A
Black with #37700A
Text Example
Text Example
White with #37700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37700A; }
p { color: rgb(55,112,10); }
H1.HeaderClassName
{
color: #37700A;
}
.AnyTagClassName
{
color: #37700A;
}
</style>
background-color css
<style>
a { background-color: #37700A; }
a { background-color: rgb(55,112,10); }
div.DivClassName
{
background-color: #37700A;
}
.BgClassName
{
background-color: #37700A;
}
</style>
border-color css
<style>
span { border-color: #37700A; }
span { border-color: rgb(55,112,10); }
td.TdClassName
{
border-color: #37700A;
}
.TagClassName
{
border-color: #37700A;
}
</style>