Shades of Bilbao #377E16
Tints of Bilbao #377E16
RGB
CMYK
RGB Variations
Color information
#377E16 (or 0x377E16) is known color: Bilbao. HEX triplet: 37, 7E and 16. RGB value is (55,126,22). Sum of RGB (Red+Green+Blue) = 55+126+22=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 126 (49.61% from 255 or 62.07% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 126 - color contains mainly: green. Hex color #377E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377E16 is #C881E9. Grayscale: #5D5D5D. Windows color (decimal): -13140458 or 1474103. OLE color: 1474103.
HSL color Cylindrical-coordinate representation of color #377E16: hue angle of 100.96º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #377E16 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 22 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.51 |
| HSL | 100.96º | 0.7% | 0.29% | - |
| HSV(B) | 100.96º | 0.83% | 0.49% | - |
| XYZ | 9.18 | 15.79 | 3.32 | - |
| YUV | 92.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 22 | 0.56 | 0 | 0.83 | 0.51 | 100.96 | 0.7 | 0.29 |
| Hex | 37 | 7E | 16 | 38 | 0 | 53 | 33 | 65 | 46 | 1D |
| Octal | 67 | 176 | 26 | 70 | 0 | 123 | 63 | 145 | 106 | 35 |
| Binary | 110111 | 1111110 | 10110 | 111000 | 0 | 1010011 | 110011 | 1100101 | 1000110 | 11101 |
Color Harmonies of #377E16
Complementary color
Monochromatic Colors of #377E16
Black with #377E16
Text Example
Text Example
White with #377E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E16; }
p { color: rgb(55,126,22); }
H1.HeaderClassName
{
color: #377E16;
}
.AnyTagClassName
{
color: #377E16;
}
</style>
background-color css
<style>
a { background-color: #377E16; }
a { background-color: rgb(55,126,22); }
div.DivClassName
{
background-color: #377E16;
}
.BgClassName
{
background-color: #377E16;
}
</style>
border-color css
<style>
span { border-color: #377E16; }
span { border-color: rgb(55,126,22); }
td.TdClassName
{
border-color: #377E16;
}
.TagClassName
{
border-color: #377E16;
}
</style>