Shades of Bilbao #488120
Tints of Bilbao #488120
RGB
CMYK
RGB Variations
Color information
#488120 (or 0x488120) is known color: Bilbao. HEX triplet: 48, 81 and 20. RGB value is (72,129,32). Sum of RGB (Red+Green+Blue) = 72+129+32=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #488120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488120 is #B77EDF. Grayscale: #656565. Windows color (decimal): -12025568 or 2130248. OLE color: 2130248.
HSL color Cylindrical-coordinate representation of color #488120: hue angle of 95.26º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #488120 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 129 | 32 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.49 |
| HSL | 95.26º | 0.6% | 0.32% | - |
| HSV(B) | 95.26º | 0.75% | 0.51% | - |
| XYZ | 10.78 | 17.18 | 4.11 | - |
| YUV | 100.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 32 | 0.44 | 0 | 0.75 | 0.49 | 95.26 | 0.6 | 0.32 |
| Hex | 48 | 81 | 20 | 2C | 0 | 4B | 31 | 5F | 3C | 20 |
| Octal | 110 | 201 | 40 | 54 | 0 | 113 | 61 | 137 | 74 | 40 |
| Binary | 1001000 | 10000001 | 100000 | 101100 | 0 | 1001011 | 110001 | 1011111 | 111100 | 100000 |
Color Harmonies of #488120
Complementary color
Monochromatic Colors of #488120
Black with #488120
Text Example
Text Example
White with #488120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488120; }
p { color: rgb(72,129,32); }
H1.HeaderClassName
{
color: #488120;
}
.AnyTagClassName
{
color: #488120;
}
</style>
background-color css
<style>
a { background-color: #488120; }
a { background-color: rgb(72,129,32); }
div.DivClassName
{
background-color: #488120;
}
.BgClassName
{
background-color: #488120;
}
</style>
border-color css
<style>
span { border-color: #488120; }
span { border-color: rgb(72,129,32); }
td.TdClassName
{
border-color: #488120;
}
.TagClassName
{
border-color: #488120;
}
</style>