Shades of Bilbao #488403
Tints of Bilbao #488403
RGB
CMYK
RGB Variations
Color information
#488403 (or 0x488403) is known color: Bilbao. HEX triplet: 48, 84 and 03. RGB value is (72,132,3). Sum of RGB (Red+Green+Blue) = 72+132+3=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #488403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488403 is #B77BFC. Grayscale: #636363. Windows color (decimal): -12024829 or 230472. OLE color: 230472.
HSL color Cylindrical-coordinate representation of color #488403: hue angle of 87.91º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #488403 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 3 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.48 |
| HSL | 87.91º | 0.96% | 0.26% | - |
| HSV(B) | 87.91º | 0.98% | 0.52% | - |
| XYZ | 10.94 | 17.89 | 2.96 | - |
| YUV | 99.35 | 73.62 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 3 | 0.45 | 0 | 0.98 | 0.48 | 87.91 | 0.96 | 0.26 |
| Hex | 48 | 84 | 3 | 2D | 0 | 62 | 30 | 58 | 60 | 1A |
| Octal | 110 | 204 | 3 | 55 | 0 | 142 | 60 | 130 | 140 | 32 |
| Binary | 1001000 | 10000100 | 11 | 101101 | 0 | 1100010 | 110000 | 1011000 | 1100000 | 11010 |
Color Harmonies of #488403
Complementary color
Monochromatic Colors of #488403
Black with #488403
Text Example
Text Example
White with #488403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488403; }
p { color: rgb(72,132,3); }
H1.HeaderClassName
{
color: #488403;
}
.AnyTagClassName
{
color: #488403;
}
</style>
background-color css
<style>
a { background-color: #488403; }
a { background-color: rgb(72,132,3); }
div.DivClassName
{
background-color: #488403;
}
.BgClassName
{
background-color: #488403;
}
</style>
border-color css
<style>
span { border-color: #488403; }
span { border-color: rgb(72,132,3); }
td.TdClassName
{
border-color: #488403;
}
.TagClassName
{
border-color: #488403;
}
</style>