Shades of Bilbao #377808
Tints of Bilbao #377808
RGB
CMYK
RGB Variations
Color information
#377808 (or 0x377808) is known color: Bilbao. HEX triplet: 37, 78 and 08. RGB value is (55,120,8). Sum of RGB (Red+Green+Blue) = 55+120+8=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 120 (47.27% from 255 or 65.57% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 120 - color contains mainly: green. Hex color #377808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377808 is #C887F7. Grayscale: #585858. Windows color (decimal): -13142008 or 555063. OLE color: 555063.
HSL color Cylindrical-coordinate representation of color #377808: hue angle of 94.82º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #377808 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 8 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.53 |
| HSL | 94.82º | 0.88% | 0.25% | - |
| HSV(B) | 94.82º | 0.93% | 0.47% | - |
| XYZ | 8.34 | 14.26 | 2.54 | - |
| YUV | 87.8 | 82.97 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 8 | 0.54 | 0 | 0.93 | 0.53 | 94.82 | 0.88 | 0.25 |
| Hex | 37 | 78 | 8 | 36 | 0 | 5D | 35 | 5F | 58 | 19 |
| Octal | 67 | 170 | 10 | 66 | 0 | 135 | 65 | 137 | 130 | 31 |
| Binary | 110111 | 1111000 | 1000 | 110110 | 0 | 1011101 | 110101 | 1011111 | 1011000 | 11001 |
Color Harmonies of #377808
Complementary color
Monochromatic Colors of #377808
Black with #377808
Text Example
Text Example
White with #377808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377808; }
p { color: rgb(55,120,8); }
H1.HeaderClassName
{
color: #377808;
}
.AnyTagClassName
{
color: #377808;
}
</style>
background-color css
<style>
a { background-color: #377808; }
a { background-color: rgb(55,120,8); }
div.DivClassName
{
background-color: #377808;
}
.BgClassName
{
background-color: #377808;
}
</style>
border-color css
<style>
span { border-color: #377808; }
span { border-color: rgb(55,120,8); }
td.TdClassName
{
border-color: #377808;
}
.TagClassName
{
border-color: #377808;
}
</style>