Shades of Bilbao #4A8015
Tints of Bilbao #4A8015
RGB
CMYK
RGB Variations
Color information
#4A8015 (or 0x4A8015) is known color: Bilbao. HEX triplet: 4A, 80 and 15. RGB value is (74,128,21). Sum of RGB (Red+Green+Blue) = 74+128+21=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #4A8015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8015 is #B57FEA. Grayscale: #646464. Windows color (decimal): -11894763 or 1409098. OLE color: 1409098.
HSL color Cylindrical-coordinate representation of color #4A8015: hue angle of 90.28º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A8015 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 21 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.50 |
| HSL | 90.28º | 0.72% | 0.29% | - |
| HSV(B) | 90.28º | 0.84% | 0.5% | - |
| XYZ | 10.68 | 16.95 | 3.42 | - |
| YUV | 99.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 21 | 0.42 | 0 | 0.84 | 0.50 | 90.28 | 0.72 | 0.29 |
| Hex | 4A | 80 | 15 | 2A | 0 | 54 | 32 | 5A | 48 | 1D |
| Octal | 112 | 200 | 25 | 52 | 0 | 124 | 62 | 132 | 110 | 35 |
| Binary | 1001010 | 10000000 | 10101 | 101010 | 0 | 1010100 | 110010 | 1011010 | 1001000 | 11101 |
Color Harmonies of #4A8015
Complementary color
Monochromatic Colors of #4A8015
Black with #4A8015
Text Example
Text Example
White with #4A8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8015; }
p { color: rgb(74,128,21); }
H1.HeaderClassName
{
color: #4A8015;
}
.AnyTagClassName
{
color: #4A8015;
}
</style>
background-color css
<style>
a { background-color: #4A8015; }
a { background-color: rgb(74,128,21); }
div.DivClassName
{
background-color: #4A8015;
}
.BgClassName
{
background-color: #4A8015;
}
</style>
border-color css
<style>
span { border-color: #4A8015; }
span { border-color: rgb(74,128,21); }
td.TdClassName
{
border-color: #4A8015;
}
.TagClassName
{
border-color: #4A8015;
}
</style>