Shades of Bilbao #4A8510
Tints of Bilbao #4A8510
RGB
CMYK
RGB Variations
Color information
#4A8510 (or 0x4A8510) is known color: Bilbao. HEX triplet: 4A, 85 and 10. RGB value is (74,133,16). Sum of RGB (Red+Green+Blue) = 74+133+16=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8510 is #B57AEF. Grayscale: #666666. Windows color (decimal): -11893488 or 1082698. OLE color: 1082698.
HSL color Cylindrical-coordinate representation of color #4A8510: hue angle of 90.26º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A8510 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 133 | 16 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.48 |
| HSL | 90.26º | 0.79% | 0.29% | - |
| HSV(B) | 90.26º | 0.88% | 0.52% | - |
| XYZ | 11.31 | 18.27 | 3.42 | - |
| YUV | 102.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 133 | 16 | 0.44 | 0 | 0.88 | 0.48 | 90.26 | 0.79 | 0.29 |
| Hex | 4A | 85 | 10 | 2C | 0 | 58 | 30 | 5A | 4F | 1D |
| Octal | 112 | 205 | 20 | 54 | 0 | 130 | 60 | 132 | 117 | 35 |
| Binary | 1001010 | 10000101 | 10000 | 101100 | 0 | 1011000 | 110000 | 1011010 | 1001111 | 11101 |
Color Harmonies of #4A8510
Complementary color
Monochromatic Colors of #4A8510
Black with #4A8510
Text Example
Text Example
White with #4A8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8510; }
p { color: rgb(74,133,16); }
H1.HeaderClassName
{
color: #4A8510;
}
.AnyTagClassName
{
color: #4A8510;
}
</style>
background-color css
<style>
a { background-color: #4A8510; }
a { background-color: rgb(74,133,16); }
div.DivClassName
{
background-color: #4A8510;
}
.BgClassName
{
background-color: #4A8510;
}
</style>
border-color css
<style>
span { border-color: #4A8510; }
span { border-color: rgb(74,133,16); }
td.TdClassName
{
border-color: #4A8510;
}
.TagClassName
{
border-color: #4A8510;
}
</style>