Shades of Bilbao #377F00
Tints of Bilbao #377F00
RGB
CMYK
RGB Variations
Color information
#377F00 (or 0x377F00) is known color: Bilbao. HEX triplet: 37, 7F and 00. RGB value is (55,127,0). Sum of RGB (Red+Green+Blue) = 55+127+0=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 127 (50% from 255 or 69.78% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 127 - color contains mainly: green. Hex color #377F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377F00 is #C880FF. Grayscale: #5B5B5B. Windows color (decimal): -13140224 or 32567. OLE color: 32567.
HSL color Cylindrical-coordinate representation of color #377F00: hue angle of 94.02º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #377F00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.50 |
| HSL | 94.02º | 1% | 0.25% | - |
| HSV(B) | 94.02º | 1% | 0.5% | - |
| XYZ | 9.16 | 15.99 | 2.6 | - |
| YUV | 90.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 0 | 0.57 | 0 | 1 | 0.50 | 94.02 | 1 | 0.25 |
| Hex | 37 | 7F | 0 | 39 | 0 | 64 | 32 | 5E | 64 | 19 |
| Octal | 67 | 177 | 0 | 71 | 0 | 144 | 62 | 136 | 144 | 31 |
| Binary | 110111 | 1111111 | 0 | 111001 | 0 | 1100100 | 110010 | 1011110 | 1100100 | 11001 |
Color Harmonies of #377F00
Complementary color
Monochromatic Colors of #377F00
Black with #377F00
Text Example
Text Example
White with #377F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F00; }
p { color: rgb(55,127,0); }
H1.HeaderClassName
{
color: #377F00;
}
.AnyTagClassName
{
color: #377F00;
}
</style>
background-color css
<style>
a { background-color: #377F00; }
a { background-color: rgb(55,127,0); }
div.DivClassName
{
background-color: #377F00;
}
.BgClassName
{
background-color: #377F00;
}
</style>
border-color css
<style>
span { border-color: #377F00; }
span { border-color: rgb(55,127,0); }
td.TdClassName
{
border-color: #377F00;
}
.TagClassName
{
border-color: #377F00;
}
</style>