Shades of Bilbao #4A8212
Tints of Bilbao #4A8212
RGB
CMYK
RGB Variations
Color information
#4A8212 (or 0x4A8212) is known color: Bilbao. HEX triplet: 4A, 82 and 12. RGB value is (74,130,18). Sum of RGB (Red+Green+Blue) = 74+130+18=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8212 is #B57DED. Grayscale: #646464. Windows color (decimal): -11894254 or 1213002. OLE color: 1213002.
HSL color Cylindrical-coordinate representation of color #4A8212: hue angle of 90º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A8212 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 130 | 18 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.49 |
| HSL | 90º | 0.76% | 0.29% | - |
| HSV(B) | 90º | 0.86% | 0.51% | - |
| XYZ | 10.92 | 17.46 | 3.37 | - |
| YUV | 100.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 130 | 18 | 0.43 | 0 | 0.86 | 0.49 | 90 | 0.76 | 0.29 |
| Hex | 4A | 82 | 12 | 2B | 0 | 56 | 31 | 5A | 4C | 1D |
| Octal | 112 | 202 | 22 | 53 | 0 | 126 | 61 | 132 | 114 | 35 |
| Binary | 1001010 | 10000010 | 10010 | 101011 | 0 | 1010110 | 110001 | 1011010 | 1001100 | 11101 |
Color Harmonies of #4A8212
Complementary color
Monochromatic Colors of #4A8212
Black with #4A8212
Text Example
Text Example
White with #4A8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8212; }
p { color: rgb(74,130,18); }
H1.HeaderClassName
{
color: #4A8212;
}
.AnyTagClassName
{
color: #4A8212;
}
</style>
background-color css
<style>
a { background-color: #4A8212; }
a { background-color: rgb(74,130,18); }
div.DivClassName
{
background-color: #4A8212;
}
.BgClassName
{
background-color: #4A8212;
}
</style>
border-color css
<style>
span { border-color: #4A8212; }
span { border-color: rgb(74,130,18); }
td.TdClassName
{
border-color: #4A8212;
}
.TagClassName
{
border-color: #4A8212;
}
</style>