Shades of Bilbao #377500
Tints of Bilbao #377500
RGB
CMYK
RGB Variations
Color information
#377500 (or 0x377500) is known color: Bilbao. HEX triplet: 37, 75 and 00. RGB value is (55,117,0). Sum of RGB (Red+Green+Blue) = 55+117+0=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 117 (46.09% from 255 or 68.02% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 117 - color contains mainly: green. Hex color #377500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377500 is #C88AFF. Grayscale: #555555. Windows color (decimal): -13142784 or 30007. OLE color: 30007.
HSL color Cylindrical-coordinate representation of color #377500: hue angle of 91.79º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #377500 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.54 |
| HSL | 91.79º | 1% | 0.23% | - |
| HSV(B) | 91.79º | 1% | 0.46% | - |
| XYZ | 7.94 | 13.53 | 2.19 | - |
| YUV | 85.12 | 79.96 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 0 | 0.53 | 0 | 1 | 0.54 | 91.79 | 1 | 0.23 |
| Hex | 37 | 75 | 0 | 35 | 0 | 64 | 36 | 5C | 64 | 17 |
| Octal | 67 | 165 | 0 | 65 | 0 | 144 | 66 | 134 | 144 | 27 |
| Binary | 110111 | 1110101 | 0 | 110101 | 0 | 1100100 | 110110 | 1011100 | 1100100 | 10111 |
Color Harmonies of #377500
Complementary color
Monochromatic Colors of #377500
Black with #377500
Text Example
Text Example
White with #377500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377500; }
p { color: rgb(55,117,0); }
H1.HeaderClassName
{
color: #377500;
}
.AnyTagClassName
{
color: #377500;
}
</style>
background-color css
<style>
a { background-color: #377500; }
a { background-color: rgb(55,117,0); }
div.DivClassName
{
background-color: #377500;
}
.BgClassName
{
background-color: #377500;
}
</style>
border-color css
<style>
span { border-color: #377500; }
span { border-color: rgb(55,117,0); }
td.TdClassName
{
border-color: #377500;
}
.TagClassName
{
border-color: #377500;
}
</style>