Shades of Bilbao #3A8814
Tints of Bilbao #3A8814
RGB
CMYK
RGB Variations
Color information
#3A8814 (or 0x3A8814) is known color: Bilbao. HEX triplet: 3A, 88 and 14. RGB value is (58,136,20). Sum of RGB (Red+Green+Blue) = 58+136+20=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8814 is #C577EB. Grayscale: #636363. Windows color (decimal): -12941292 or 1345594. OLE color: 1345594.
HSL color Cylindrical-coordinate representation of color #3A8814: hue angle of 100.34º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A8814 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 20 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.47 |
| HSL | 100.34º | 0.74% | 0.31% | - |
| HSV(B) | 100.34º | 0.85% | 0.53% | - |
| XYZ | 10.68 | 18.56 | 3.68 | - |
| YUV | 99.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 20 | 0.57 | 0 | 0.85 | 0.47 | 100.34 | 0.74 | 0.31 |
| Hex | 3A | 88 | 14 | 39 | 0 | 55 | 2F | 64 | 4A | 1F |
| Octal | 72 | 210 | 24 | 71 | 0 | 125 | 57 | 144 | 112 | 37 |
| Binary | 111010 | 10001000 | 10100 | 111001 | 0 | 1010101 | 101111 | 1100100 | 1001010 | 11111 |
Color Harmonies of #3A8814
Complementary color
Monochromatic Colors of #3A8814
Black with #3A8814
Text Example
Text Example
White with #3A8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8814; }
p { color: rgb(58,136,20); }
H1.HeaderClassName
{
color: #3A8814;
}
.AnyTagClassName
{
color: #3A8814;
}
</style>
background-color css
<style>
a { background-color: #3A8814; }
a { background-color: rgb(58,136,20); }
div.DivClassName
{
background-color: #3A8814;
}
.BgClassName
{
background-color: #3A8814;
}
</style>
border-color css
<style>
span { border-color: #3A8814; }
span { border-color: rgb(58,136,20); }
td.TdClassName
{
border-color: #3A8814;
}
.TagClassName
{
border-color: #3A8814;
}
</style>