Shades of Bilbao #487A32
Tints of Bilbao #487A32
RGB
CMYK
RGB Variations
Color information
#487A32 (or 0x487A32) is known color: Bilbao. HEX triplet: 48, 7A and 32. RGB value is (72,122,50). Sum of RGB (Red+Green+Blue) = 72+122+50=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #487A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487A32 is #B785CD. Grayscale: #636363. Windows color (decimal): -12027342 or 3308104. OLE color: 3308104.
HSL color Cylindrical-coordinate representation of color #487A32: hue angle of 101.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487A32 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 50 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.52 |
| HSL | 101.67º | 0.42% | 0.34% | - |
| HSV(B) | 101.67º | 0.59% | 0.48% | - |
| XYZ | 10.21 | 15.53 | 5.48 | - |
| YUV | 98.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 50 | 0.41 | 0 | 0.59 | 0.52 | 101.67 | 0.42 | 0.34 |
| Hex | 48 | 7A | 32 | 29 | 0 | 3B | 34 | 66 | 2A | 22 |
| Octal | 110 | 172 | 62 | 51 | 0 | 73 | 64 | 146 | 52 | 42 |
| Binary | 1001000 | 1111010 | 110010 | 101001 | 0 | 111011 | 110100 | 1100110 | 101010 | 100010 |
Color Harmonies of #487A32
Complementary color
Monochromatic Colors of #487A32
Black with #487A32
Text Example
Text Example
White with #487A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A32; }
p { color: rgb(72,122,50); }
H1.HeaderClassName
{
color: #487A32;
}
.AnyTagClassName
{
color: #487A32;
}
</style>
background-color css
<style>
a { background-color: #487A32; }
a { background-color: rgb(72,122,50); }
div.DivClassName
{
background-color: #487A32;
}
.BgClassName
{
background-color: #487A32;
}
</style>
border-color css
<style>
span { border-color: #487A32; }
span { border-color: rgb(72,122,50); }
td.TdClassName
{
border-color: #487A32;
}
.TagClassName
{
border-color: #487A32;
}
</style>