Shades of Bilbao #4A8313
Tints of Bilbao #4A8313
RGB
CMYK
RGB Variations
Color information
#4A8313 (or 0x4A8313) is known color: Bilbao. HEX triplet: 4A, 83 and 13. RGB value is (74,131,19). Sum of RGB (Red+Green+Blue) = 74+131+19=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #4A8313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8313 is #B57CEC. Grayscale: #656565. Windows color (decimal): -11893997 or 1278794. OLE color: 1278794.
HSL color Cylindrical-coordinate representation of color #4A8313: hue angle of 90.54º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A8313 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 131 | 19 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.49 |
| HSL | 90.54º | 0.75% | 0.29% | - |
| HSV(B) | 90.54º | 0.85% | 0.51% | - |
| XYZ | 11.06 | 17.74 | 3.46 | - |
| YUV | 101.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 19 | 0.44 | 0 | 0.85 | 0.49 | 90.54 | 0.75 | 0.29 |
| Hex | 4A | 83 | 13 | 2C | 0 | 55 | 31 | 5B | 4B | 1D |
| Octal | 112 | 203 | 23 | 54 | 0 | 125 | 61 | 133 | 113 | 35 |
| Binary | 1001010 | 10000011 | 10011 | 101100 | 0 | 1010101 | 110001 | 1011011 | 1001011 | 11101 |
Color Harmonies of #4A8313
Complementary color
Monochromatic Colors of #4A8313
Black with #4A8313
Text Example
Text Example
White with #4A8313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8313; }
p { color: rgb(74,131,19); }
H1.HeaderClassName
{
color: #4A8313;
}
.AnyTagClassName
{
color: #4A8313;
}
</style>
background-color css
<style>
a { background-color: #4A8313; }
a { background-color: rgb(74,131,19); }
div.DivClassName
{
background-color: #4A8313;
}
.BgClassName
{
background-color: #4A8313;
}
</style>
border-color css
<style>
span { border-color: #4A8313; }
span { border-color: rgb(74,131,19); }
td.TdClassName
{
border-color: #4A8313;
}
.TagClassName
{
border-color: #4A8313;
}
</style>