Shades of Bilbao #377F09
Tints of Bilbao #377F09
RGB
CMYK
RGB Variations
Color information
#377F09 (or 0x377F09) is known color: Bilbao. HEX triplet: 37, 7F and 09. RGB value is (55,127,9). Sum of RGB (Red+Green+Blue) = 55+127+9=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 127 (50% from 255 or 66.49% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 127 - color contains mainly: green. Hex color #377F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377F09 is #C880F6. Grayscale: #5C5C5C. Windows color (decimal): -13140215 or 622391. OLE color: 622391.
HSL color Cylindrical-coordinate representation of color #377F09: hue angle of 96.61º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #377F09 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 9 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.50 |
| HSL | 96.61º | 0.87% | 0.27% | - |
| HSV(B) | 96.61º | 0.93% | 0.5% | - |
| XYZ | 9.21 | 16.01 | 2.86 | - |
| YUV | 92.02 | 81.15 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 9 | 0.57 | 0 | 0.93 | 0.50 | 96.61 | 0.87 | 0.27 |
| Hex | 37 | 7F | 9 | 39 | 0 | 5D | 32 | 61 | 57 | 1B |
| Octal | 67 | 177 | 11 | 71 | 0 | 135 | 62 | 141 | 127 | 33 |
| Binary | 110111 | 1111111 | 1001 | 111001 | 0 | 1011101 | 110010 | 1100001 | 1010111 | 11011 |
Color Harmonies of #377F09
Complementary color
Monochromatic Colors of #377F09
Black with #377F09
Text Example
Text Example
White with #377F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F09; }
p { color: rgb(55,127,9); }
H1.HeaderClassName
{
color: #377F09;
}
.AnyTagClassName
{
color: #377F09;
}
</style>
background-color css
<style>
a { background-color: #377F09; }
a { background-color: rgb(55,127,9); }
div.DivClassName
{
background-color: #377F09;
}
.BgClassName
{
background-color: #377F09;
}
</style>
border-color css
<style>
span { border-color: #377F09; }
span { border-color: rgb(55,127,9); }
td.TdClassName
{
border-color: #377F09;
}
.TagClassName
{
border-color: #377F09;
}
</style>