Shades of Bilbao #4A8215
Tints of Bilbao #4A8215
RGB
CMYK
RGB Variations
Color information
#4A8215 (or 0x4A8215) is known color: Bilbao. HEX triplet: 4A, 82 and 15. RGB value is (74,130,21). Sum of RGB (Red+Green+Blue) = 74+130+21=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8215 is #B57DEA. Grayscale: #656565. Windows color (decimal): -11894251 or 1409610. OLE color: 1409610.
HSL color Cylindrical-coordinate representation of color #4A8215: hue angle of 90.83º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A8215 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 130 | 21 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.49 |
| HSL | 90.83º | 0.72% | 0.3% | - |
| HSV(B) | 90.83º | 0.84% | 0.51% | - |
| XYZ | 10.94 | 17.48 | 3.51 | - |
| YUV | 100.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 130 | 21 | 0.43 | 0 | 0.84 | 0.49 | 90.83 | 0.72 | 0.3 |
| Hex | 4A | 82 | 15 | 2B | 0 | 54 | 31 | 5B | 48 | 1E |
| Octal | 112 | 202 | 25 | 53 | 0 | 124 | 61 | 133 | 110 | 36 |
| Binary | 1001010 | 10000010 | 10101 | 101011 | 0 | 1010100 | 110001 | 1011011 | 1001000 | 11110 |
Color Harmonies of #4A8215
Complementary color
Monochromatic Colors of #4A8215
Black with #4A8215
Text Example
Text Example
White with #4A8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8215; }
p { color: rgb(74,130,21); }
H1.HeaderClassName
{
color: #4A8215;
}
.AnyTagClassName
{
color: #4A8215;
}
</style>
background-color css
<style>
a { background-color: #4A8215; }
a { background-color: rgb(74,130,21); }
div.DivClassName
{
background-color: #4A8215;
}
.BgClassName
{
background-color: #4A8215;
}
</style>
border-color css
<style>
span { border-color: #4A8215; }
span { border-color: rgb(74,130,21); }
td.TdClassName
{
border-color: #4A8215;
}
.TagClassName
{
border-color: #4A8215;
}
</style>