Shades of Bilbao #377F16
Tints of Bilbao #377F16
RGB
CMYK
RGB Variations
Color information
#377F16 (or 0x377F16) is known color: Bilbao. HEX triplet: 37, 7F and 16. RGB value is (55,127,22). Sum of RGB (Red+Green+Blue) = 55+127+22=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 127 (50% from 255 or 62.25% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 127 - color contains mainly: green. Hex color #377F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377F16 is #C880E9. Grayscale: #5D5D5D. Windows color (decimal): -13140202 or 1474359. OLE color: 1474359.
HSL color Cylindrical-coordinate representation of color #377F16: hue angle of 101.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #377F16 is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 22 | - |
| CMYK | 0.57 | 0 | 0.83 | 0.50 |
| HSL | 101.14º | 0.7% | 0.29% | - |
| HSV(B) | 101.14º | 0.83% | 0.5% | - |
| XYZ | 9.31 | 16.05 | 3.37 | - |
| YUV | 93.5 | 87.65 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 22 | 0.57 | 0 | 0.83 | 0.50 | 101.14 | 0.7 | 0.29 |
| Hex | 37 | 7F | 16 | 39 | 0 | 53 | 32 | 65 | 46 | 1D |
| Octal | 67 | 177 | 26 | 71 | 0 | 123 | 62 | 145 | 106 | 35 |
| Binary | 110111 | 1111111 | 10110 | 111001 | 0 | 1010011 | 110010 | 1100101 | 1000110 | 11101 |
Color Harmonies of #377F16
Complementary color
Monochromatic Colors of #377F16
Black with #377F16
Text Example
Text Example
White with #377F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F16; }
p { color: rgb(55,127,22); }
H1.HeaderClassName
{
color: #377F16;
}
.AnyTagClassName
{
color: #377F16;
}
</style>
background-color css
<style>
a { background-color: #377F16; }
a { background-color: rgb(55,127,22); }
div.DivClassName
{
background-color: #377F16;
}
.BgClassName
{
background-color: #377F16;
}
</style>
border-color css
<style>
span { border-color: #377F16; }
span { border-color: rgb(55,127,22); }
td.TdClassName
{
border-color: #377F16;
}
.TagClassName
{
border-color: #377F16;
}
</style>