Shades of Bilbao #4A8013
Tints of Bilbao #4A8013
RGB
CMYK
RGB Variations
Color information
#4A8013 (or 0x4A8013) is known color: Bilbao. HEX triplet: 4A, 80 and 13. RGB value is (74,128,19). Sum of RGB (Red+Green+Blue) = 74+128+19=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #4A8013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8013 is #B57FEC. Grayscale: #636363. Windows color (decimal): -11894765 or 1278026. OLE color: 1278026.
HSL color Cylindrical-coordinate representation of color #4A8013: hue angle of 89.72º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A8013 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 19 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.50 |
| HSL | 89.72º | 0.74% | 0.29% | - |
| HSV(B) | 89.72º | 0.85% | 0.5% | - |
| XYZ | 10.66 | 16.94 | 3.32 | - |
| YUV | 99.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 19 | 0.42 | 0 | 0.85 | 0.50 | 89.72 | 0.74 | 0.29 |
| Hex | 4A | 80 | 13 | 2A | 0 | 55 | 32 | 5A | 4A | 1D |
| Octal | 112 | 200 | 23 | 52 | 0 | 125 | 62 | 132 | 112 | 35 |
| Binary | 1001010 | 10000000 | 10011 | 101010 | 0 | 1010101 | 110010 | 1011010 | 1001010 | 11101 |
Color Harmonies of #4A8013
Complementary color
Monochromatic Colors of #4A8013
Black with #4A8013
Text Example
Text Example
White with #4A8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8013; }
p { color: rgb(74,128,19); }
H1.HeaderClassName
{
color: #4A8013;
}
.AnyTagClassName
{
color: #4A8013;
}
</style>
background-color css
<style>
a { background-color: #4A8013; }
a { background-color: rgb(74,128,19); }
div.DivClassName
{
background-color: #4A8013;
}
.BgClassName
{
background-color: #4A8013;
}
</style>
border-color css
<style>
span { border-color: #4A8013; }
span { border-color: rgb(74,128,19); }
td.TdClassName
{
border-color: #4A8013;
}
.TagClassName
{
border-color: #4A8013;
}
</style>