Shades of Bilbao #37880A
Tints of Bilbao #37880A
RGB
CMYK
RGB Variations
Color information
#37880A (or 0x37880A) is known color: Bilbao. HEX triplet: 37, 88 and 0A. RGB value is (55,136,10). Sum of RGB (Red+Green+Blue) = 55+136+10=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #37880A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37880A is #C877F5. Grayscale: #616161. Windows color (decimal): -13137910 or 690231. OLE color: 690231.
HSL color Cylindrical-coordinate representation of color #37880A: hue angle of 98.57º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37880A is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 136 | 10 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.47 |
| HSL | 98.57º | 0.86% | 0.29% | - |
| HSV(B) | 98.57º | 0.93% | 0.53% | - |
| XYZ | 10.43 | 18.44 | 3.3 | - |
| YUV | 97.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 10 | 0.60 | 0 | 0.93 | 0.47 | 98.57 | 0.86 | 0.29 |
| Hex | 37 | 88 | A | 3C | 0 | 5D | 2F | 63 | 56 | 1D |
| Octal | 67 | 210 | 12 | 74 | 0 | 135 | 57 | 143 | 126 | 35 |
| Binary | 110111 | 10001000 | 1010 | 111100 | 0 | 1011101 | 101111 | 1100011 | 1010110 | 11101 |
Color Harmonies of #37880A
Complementary color
Monochromatic Colors of #37880A
Black with #37880A
Text Example
Text Example
White with #37880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37880A; }
p { color: rgb(55,136,10); }
H1.HeaderClassName
{
color: #37880A;
}
.AnyTagClassName
{
color: #37880A;
}
</style>
background-color css
<style>
a { background-color: #37880A; }
a { background-color: rgb(55,136,10); }
div.DivClassName
{
background-color: #37880A;
}
.BgClassName
{
background-color: #37880A;
}
</style>
border-color css
<style>
span { border-color: #37880A; }
span { border-color: rgb(55,136,10); }
td.TdClassName
{
border-color: #37880A;
}
.TagClassName
{
border-color: #37880A;
}
</style>