Shades of Bilbao #487823
Tints of Bilbao #487823
RGB
CMYK
RGB Variations
Color information
#487823 (or 0x487823) is known color: Bilbao. HEX triplet: 48, 78 and 23. RGB value is (72,120,35). Sum of RGB (Red+Green+Blue) = 72+120+35=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #487823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487823 is #B787DC. Grayscale: #606060. Windows color (decimal): -12027869 or 2324552. OLE color: 2324552.
HSL color Cylindrical-coordinate representation of color #487823: hue angle of 93.88º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487823 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 35 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.53 |
| HSL | 93.88º | 0.55% | 0.3% | - |
| HSV(B) | 93.88º | 0.71% | 0.47% | - |
| XYZ | 9.69 | 14.93 | 3.96 | - |
| YUV | 95.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 35 | 0.40 | 0 | 0.71 | 0.53 | 93.88 | 0.55 | 0.3 |
| Hex | 48 | 78 | 23 | 28 | 0 | 47 | 35 | 5E | 37 | 1E |
| Octal | 110 | 170 | 43 | 50 | 0 | 107 | 65 | 136 | 67 | 36 |
| Binary | 1001000 | 1111000 | 100011 | 101000 | 0 | 1000111 | 110101 | 1011110 | 110111 | 11110 |
Color Harmonies of #487823
Complementary color
Monochromatic Colors of #487823
Black with #487823
Text Example
Text Example
White with #487823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487823; }
p { color: rgb(72,120,35); }
H1.HeaderClassName
{
color: #487823;
}
.AnyTagClassName
{
color: #487823;
}
</style>
background-color css
<style>
a { background-color: #487823; }
a { background-color: rgb(72,120,35); }
div.DivClassName
{
background-color: #487823;
}
.BgClassName
{
background-color: #487823;
}
</style>
border-color css
<style>
span { border-color: #487823; }
span { border-color: rgb(72,120,35); }
td.TdClassName
{
border-color: #487823;
}
.TagClassName
{
border-color: #487823;
}
</style>