Shades of Bilbao #377529
Tints of Bilbao #377529
RGB
CMYK
RGB Variations
Color information
#377529 (or 0x377529) is known color: Bilbao. HEX triplet: 37, 75 and 29. RGB value is (55,117,41). Sum of RGB (Red+Green+Blue) = 55+117+41=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #377529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377529 is #C88AD6. Grayscale: #5A5A5A. Windows color (decimal): -13142743 or 2716983. OLE color: 2716983.
HSL color Cylindrical-coordinate representation of color #377529: hue angle of 108.95º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #377529 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 41 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.54 |
| HSL | 108.95º | 0.48% | 0.31% | - |
| HSV(B) | 108.95º | 0.65% | 0.46% | - |
| XYZ | 8.34 | 13.69 | 4.3 | - |
| YUV | 89.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 41 | 0.53 | 0 | 0.65 | 0.54 | 108.95 | 0.48 | 0.31 |
| Hex | 37 | 75 | 29 | 35 | 0 | 41 | 36 | 6D | 30 | 1F |
| Octal | 67 | 165 | 51 | 65 | 0 | 101 | 66 | 155 | 60 | 37 |
| Binary | 110111 | 1110101 | 101001 | 110101 | 0 | 1000001 | 110110 | 1101101 | 110000 | 11111 |
Color Harmonies of #377529
Complementary color
Monochromatic Colors of #377529
Black with #377529
Text Example
Text Example
White with #377529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377529; }
p { color: rgb(55,117,41); }
H1.HeaderClassName
{
color: #377529;
}
.AnyTagClassName
{
color: #377529;
}
</style>
background-color css
<style>
a { background-color: #377529; }
a { background-color: rgb(55,117,41); }
div.DivClassName
{
background-color: #377529;
}
.BgClassName
{
background-color: #377529;
}
</style>
border-color css
<style>
span { border-color: #377529; }
span { border-color: rgb(55,117,41); }
td.TdClassName
{
border-color: #377529;
}
.TagClassName
{
border-color: #377529;
}
</style>