Shades of Bilbao #4A8016
Tints of Bilbao #4A8016
RGB
CMYK
RGB Variations
Color information
#4A8016 (or 0x4A8016) is known color: Bilbao. HEX triplet: 4A, 80 and 16. RGB value is (74,128,22). Sum of RGB (Red+Green+Blue) = 74+128+22=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #4A8016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8016 is #B57FE9. Grayscale: #646464. Windows color (decimal): -11894762 or 1474634. OLE color: 1474634.
HSL color Cylindrical-coordinate representation of color #4A8016: hue angle of 90.57º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A8016 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 22 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.50 |
| HSL | 90.57º | 0.71% | 0.29% | - |
| HSV(B) | 90.57º | 0.83% | 0.5% | - |
| XYZ | 10.69 | 16.95 | 3.47 | - |
| YUV | 99.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 22 | 0.42 | 0 | 0.83 | 0.50 | 90.57 | 0.71 | 0.29 |
| Hex | 4A | 80 | 16 | 2A | 0 | 53 | 32 | 5B | 47 | 1D |
| Octal | 112 | 200 | 26 | 52 | 0 | 123 | 62 | 133 | 107 | 35 |
| Binary | 1001010 | 10000000 | 10110 | 101010 | 0 | 1010011 | 110010 | 1011011 | 1000111 | 11101 |
Color Harmonies of #4A8016
Complementary color
Monochromatic Colors of #4A8016
Black with #4A8016
Text Example
Text Example
White with #4A8016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8016; }
p { color: rgb(74,128,22); }
H1.HeaderClassName
{
color: #4A8016;
}
.AnyTagClassName
{
color: #4A8016;
}
</style>
background-color css
<style>
a { background-color: #4A8016; }
a { background-color: rgb(74,128,22); }
div.DivClassName
{
background-color: #4A8016;
}
.BgClassName
{
background-color: #4A8016;
}
</style>
border-color css
<style>
span { border-color: #4A8016; }
span { border-color: rgb(74,128,22); }
td.TdClassName
{
border-color: #4A8016;
}
.TagClassName
{
border-color: #4A8016;
}
</style>