Shades of Bilbao #4A811F
Tints of Bilbao #4A811F
RGB
CMYK
RGB Variations
Color information
#4A811F (or 0x4A811F) is known color: Bilbao. HEX triplet: 4A, 81 and 1F. RGB value is (74,129,31). Sum of RGB (Red+Green+Blue) = 74+129+31=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #4A811F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A811F is #B57EE0. Grayscale: #656565. Windows color (decimal): -11894497 or 2064714. OLE color: 2064714.
HSL color Cylindrical-coordinate representation of color #4A811F: hue angle of 93.67º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A811F is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 129 | 31 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.49 |
| HSL | 93.67º | 0.61% | 0.31% | - |
| HSV(B) | 93.67º | 0.76% | 0.51% | - |
| XYZ | 10.92 | 17.26 | 4.05 | - |
| YUV | 101.38 | 88.28 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 129 | 31 | 0.43 | 0 | 0.76 | 0.49 | 93.67 | 0.61 | 0.31 |
| Hex | 4A | 81 | 1F | 2B | 0 | 4C | 31 | 5E | 3D | 1F |
| Octal | 112 | 201 | 37 | 53 | 0 | 114 | 61 | 136 | 75 | 37 |
| Binary | 1001010 | 10000001 | 11111 | 101011 | 0 | 1001100 | 110001 | 1011110 | 111101 | 11111 |
Color Harmonies of #4A811F
Complementary color
Monochromatic Colors of #4A811F
Black with #4A811F
Text Example
Text Example
White with #4A811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A811F; }
p { color: rgb(74,129,31); }
H1.HeaderClassName
{
color: #4A811F;
}
.AnyTagClassName
{
color: #4A811F;
}
</style>
background-color css
<style>
a { background-color: #4A811F; }
a { background-color: rgb(74,129,31); }
div.DivClassName
{
background-color: #4A811F;
}
.BgClassName
{
background-color: #4A811F;
}
</style>
border-color css
<style>
span { border-color: #4A811F; }
span { border-color: rgb(74,129,31); }
td.TdClassName
{
border-color: #4A811F;
}
.TagClassName
{
border-color: #4A811F;
}
</style>