Shades of Bilbao #377F14
Tints of Bilbao #377F14
RGB
CMYK
RGB Variations
Color information
#377F14 (or 0x377F14) is known color: Bilbao. HEX triplet: 37, 7F and 14. RGB value is (55,127,20). Sum of RGB (Red+Green+Blue) = 55+127+20=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 127 (50% from 255 or 62.87% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 127 - color contains mainly: green. Hex color #377F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377F14 is #C880EB. Grayscale: #5D5D5D. Windows color (decimal): -13140204 or 1343287. OLE color: 1343287.
HSL color Cylindrical-coordinate representation of color #377F14: hue angle of 100.37º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #377F14 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 20 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.50 |
| HSL | 100.37º | 0.73% | 0.29% | - |
| HSV(B) | 100.37º | 0.84% | 0.5% | - |
| XYZ | 9.29 | 16.04 | 3.27 | - |
| YUV | 93.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 20 | 0.57 | 0 | 0.84 | 0.50 | 100.37 | 0.73 | 0.29 |
| Hex | 37 | 7F | 14 | 39 | 0 | 54 | 32 | 64 | 49 | 1D |
| Octal | 67 | 177 | 24 | 71 | 0 | 124 | 62 | 144 | 111 | 35 |
| Binary | 110111 | 1111111 | 10100 | 111001 | 0 | 1010100 | 110010 | 1100100 | 1001001 | 11101 |
Color Harmonies of #377F14
Complementary color
Monochromatic Colors of #377F14
Black with #377F14
Text Example
Text Example
White with #377F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F14; }
p { color: rgb(55,127,20); }
H1.HeaderClassName
{
color: #377F14;
}
.AnyTagClassName
{
color: #377F14;
}
</style>
background-color css
<style>
a { background-color: #377F14; }
a { background-color: rgb(55,127,20); }
div.DivClassName
{
background-color: #377F14;
}
.BgClassName
{
background-color: #377F14;
}
</style>
border-color css
<style>
span { border-color: #377F14; }
span { border-color: rgb(55,127,20); }
td.TdClassName
{
border-color: #377F14;
}
.TagClassName
{
border-color: #377F14;
}
</style>