Shades of Bilbao #377105
Tints of Bilbao #377105
RGB
CMYK
RGB Variations
Color information
#377105 (or 0x377105) is known color: Bilbao. HEX triplet: 37, 71 and 05. RGB value is (55,113,5). Sum of RGB (Red+Green+Blue) = 55+113+5=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #377105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377105 is #C88EFA. Grayscale: #535353. Windows color (decimal): -13143803 or 356663. OLE color: 356663.
HSL color Cylindrical-coordinate representation of color #377105: hue angle of 92.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #377105 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 113 | 5 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.56 |
| HSL | 92.22º | 0.92% | 0.23% | - |
| HSV(B) | 92.22º | 0.96% | 0.44% | - |
| XYZ | 7.51 | 12.63 | 2.19 | - |
| YUV | 83.35 | 83.78 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 5 | 0.51 | 0 | 0.96 | 0.56 | 92.22 | 0.92 | 0.23 |
| Hex | 37 | 71 | 5 | 33 | 0 | 60 | 38 | 5C | 5C | 17 |
| Octal | 67 | 161 | 5 | 63 | 0 | 140 | 70 | 134 | 134 | 27 |
| Binary | 110111 | 1110001 | 101 | 110011 | 0 | 1100000 | 111000 | 1011100 | 1011100 | 10111 |
Color Harmonies of #377105
Complementary color
Monochromatic Colors of #377105
Black with #377105
Text Example
Text Example
White with #377105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377105; }
p { color: rgb(55,113,5); }
H1.HeaderClassName
{
color: #377105;
}
.AnyTagClassName
{
color: #377105;
}
</style>
background-color css
<style>
a { background-color: #377105; }
a { background-color: rgb(55,113,5); }
div.DivClassName
{
background-color: #377105;
}
.BgClassName
{
background-color: #377105;
}
</style>
border-color css
<style>
span { border-color: #377105; }
span { border-color: rgb(55,113,5); }
td.TdClassName
{
border-color: #377105;
}
.TagClassName
{
border-color: #377105;
}
</style>