Shades of Bilbao #377D28
Tints of Bilbao #377D28
RGB
CMYK
RGB Variations
Color information
#377D28 (or 0x377D28) is known color: Bilbao. HEX triplet: 37, 7D and 28. RGB value is (55,125,40). Sum of RGB (Red+Green+Blue) = 55+125+40=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 125 (49.22% from 255 or 56.82% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 125 - color contains mainly: green. Hex color #377D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377D28 is #C882D7. Grayscale: #5E5E5E. Windows color (decimal): -13140696 or 2653495. OLE color: 2653495.
HSL color Cylindrical-coordinate representation of color #377D28: hue angle of 109.41º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377D28 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 40 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.51 |
| HSL | 109.41º | 0.52% | 0.32% | - |
| HSV(B) | 109.41º | 0.68% | 0.49% | - |
| XYZ | 9.29 | 15.63 | 4.54 | - |
| YUV | 94.38 | 97.31 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 40 | 0.56 | 0 | 0.68 | 0.51 | 109.41 | 0.52 | 0.32 |
| Hex | 37 | 7D | 28 | 38 | 0 | 44 | 33 | 6D | 34 | 20 |
| Octal | 67 | 175 | 50 | 70 | 0 | 104 | 63 | 155 | 64 | 40 |
| Binary | 110111 | 1111101 | 101000 | 111000 | 0 | 1000100 | 110011 | 1101101 | 110100 | 100000 |
Color Harmonies of #377D28
Complementary color
Monochromatic Colors of #377D28
Black with #377D28
Text Example
Text Example
White with #377D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D28; }
p { color: rgb(55,125,40); }
H1.HeaderClassName
{
color: #377D28;
}
.AnyTagClassName
{
color: #377D28;
}
</style>
background-color css
<style>
a { background-color: #377D28; }
a { background-color: rgb(55,125,40); }
div.DivClassName
{
background-color: #377D28;
}
.BgClassName
{
background-color: #377D28;
}
</style>
border-color css
<style>
span { border-color: #377D28; }
span { border-color: rgb(55,125,40); }
td.TdClassName
{
border-color: #377D28;
}
.TagClassName
{
border-color: #377D28;
}
</style>