Shades of Bilbao #48781E
Tints of Bilbao #48781E
RGB
CMYK
RGB Variations
Color information
#48781E (or 0x48781E) is known color: Bilbao. HEX triplet: 48, 78 and 1E. RGB value is (72,120,30). Sum of RGB (Red+Green+Blue) = 72+120+30=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #48781E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48781E is #B787E1. Grayscale: #5F5F5F. Windows color (decimal): -12027874 or 1996872. OLE color: 1996872.
HSL color Cylindrical-coordinate representation of color #48781E: hue angle of 92º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48781E is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 30 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.53 |
| HSL | 92º | 0.6% | 0.29% | - |
| HSV(B) | 92º | 0.75% | 0.47% | - |
| XYZ | 9.62 | 14.9 | 3.6 | - |
| YUV | 95.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 30 | 0.40 | 0 | 0.75 | 0.53 | 92 | 0.6 | 0.29 |
| Hex | 48 | 78 | 1E | 28 | 0 | 4B | 35 | 5C | 3C | 1D |
| Octal | 110 | 170 | 36 | 50 | 0 | 113 | 65 | 134 | 74 | 35 |
| Binary | 1001000 | 1111000 | 11110 | 101000 | 0 | 1001011 | 110101 | 1011100 | 111100 | 11101 |
Color Harmonies of #48781E
Complementary color
Monochromatic Colors of #48781E
Black with #48781E
Text Example
Text Example
White with #48781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48781E; }
p { color: rgb(72,120,30); }
H1.HeaderClassName
{
color: #48781E;
}
.AnyTagClassName
{
color: #48781E;
}
</style>
background-color css
<style>
a { background-color: #48781E; }
a { background-color: rgb(72,120,30); }
div.DivClassName
{
background-color: #48781E;
}
.BgClassName
{
background-color: #48781E;
}
</style>
border-color css
<style>
span { border-color: #48781E; }
span { border-color: rgb(72,120,30); }
td.TdClassName
{
border-color: #48781E;
}
.TagClassName
{
border-color: #48781E;
}
</style>