Shades of Bilbao #37781C
Tints of Bilbao #37781C
RGB
CMYK
RGB Variations
Color information
#37781C (or 0x37781C) is known color: Bilbao. HEX triplet: 37, 78 and 1C. RGB value is (55,120,28). Sum of RGB (Red+Green+Blue) = 55+120+28=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #37781C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37781C is #C887E3. Grayscale: #5A5A5A. Windows color (decimal): -13141988 or 1865783. OLE color: 1865783.
HSL color Cylindrical-coordinate representation of color #37781C: hue angle of 102.39º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37781C is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 28 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.53 |
| HSL | 102.39º | 0.62% | 0.29% | - |
| HSV(B) | 102.39º | 0.77% | 0.47% | - |
| XYZ | 8.5 | 14.33 | 3.42 | - |
| YUV | 90.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 28 | 0.54 | 0 | 0.77 | 0.53 | 102.39 | 0.62 | 0.29 |
| Hex | 37 | 78 | 1C | 36 | 0 | 4D | 35 | 66 | 3E | 1D |
| Octal | 67 | 170 | 34 | 66 | 0 | 115 | 65 | 146 | 76 | 35 |
| Binary | 110111 | 1111000 | 11100 | 110110 | 0 | 1001101 | 110101 | 1100110 | 111110 | 11101 |
Color Harmonies of #37781C
Complementary color
Monochromatic Colors of #37781C
Black with #37781C
Text Example
Text Example
White with #37781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37781C; }
p { color: rgb(55,120,28); }
H1.HeaderClassName
{
color: #37781C;
}
.AnyTagClassName
{
color: #37781C;
}
</style>
background-color css
<style>
a { background-color: #37781C; }
a { background-color: rgb(55,120,28); }
div.DivClassName
{
background-color: #37781C;
}
.BgClassName
{
background-color: #37781C;
}
</style>
border-color css
<style>
span { border-color: #37781C; }
span { border-color: rgb(55,120,28); }
td.TdClassName
{
border-color: #37781C;
}
.TagClassName
{
border-color: #37781C;
}
</style>