Shades of Bilbao #377128
Tints of Bilbao #377128
RGB
CMYK
RGB Variations
Color information
#377128 (or 0x377128) is known color: Bilbao. HEX triplet: 37, 71 and 28. RGB value is (55,113,40). Sum of RGB (Red+Green+Blue) = 55+113+40=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #377128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377128 is #C88ED7. Grayscale: #575757. Windows color (decimal): -13143768 or 2650423. OLE color: 2650423.
HSL color Cylindrical-coordinate representation of color #377128: hue angle of 107.67º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #377128 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 113 | 40 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.56 |
| HSL | 107.67º | 0.48% | 0.3% | - |
| HSV(B) | 107.67º | 0.65% | 0.44% | - |
| XYZ | 7.86 | 12.78 | 4.06 | - |
| YUV | 87.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 40 | 0.51 | 0 | 0.65 | 0.56 | 107.67 | 0.48 | 0.3 |
| Hex | 37 | 71 | 28 | 33 | 0 | 41 | 38 | 6C | 30 | 1E |
| Octal | 67 | 161 | 50 | 63 | 0 | 101 | 70 | 154 | 60 | 36 |
| Binary | 110111 | 1110001 | 101000 | 110011 | 0 | 1000001 | 111000 | 1101100 | 110000 | 11110 |
Color Harmonies of #377128
Complementary color
Monochromatic Colors of #377128
Black with #377128
Text Example
Text Example
White with #377128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377128; }
p { color: rgb(55,113,40); }
H1.HeaderClassName
{
color: #377128;
}
.AnyTagClassName
{
color: #377128;
}
</style>
background-color css
<style>
a { background-color: #377128; }
a { background-color: rgb(55,113,40); }
div.DivClassName
{
background-color: #377128;
}
.BgClassName
{
background-color: #377128;
}
</style>
border-color css
<style>
span { border-color: #377128; }
span { border-color: rgb(55,113,40); }
td.TdClassName
{
border-color: #377128;
}
.TagClassName
{
border-color: #377128;
}
</style>