Shades of Bilbao #3A8412
Tints of Bilbao #3A8412
RGB
CMYK
RGB Variations
Color information
#3A8412 (or 0x3A8412) is known color: Bilbao. HEX triplet: 3A, 84 and 12. RGB value is (58,132,18). Sum of RGB (Red+Green+Blue) = 58+132+18=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8412 is #C57BED. Grayscale: #616161. Windows color (decimal): -12942318 or 1213498. OLE color: 1213498.
HSL color Cylindrical-coordinate representation of color #3A8412: hue angle of 98.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A8412 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 18 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.48 |
| HSL | 98.95º | 0.76% | 0.29% | - |
| HSV(B) | 98.95º | 0.86% | 0.52% | - |
| XYZ | 10.11 | 17.45 | 3.41 | - |
| YUV | 96.88 | 83.48 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 18 | 0.56 | 0 | 0.86 | 0.48 | 98.95 | 0.76 | 0.29 |
| Hex | 3A | 84 | 12 | 38 | 0 | 56 | 30 | 63 | 4C | 1D |
| Octal | 72 | 204 | 22 | 70 | 0 | 126 | 60 | 143 | 114 | 35 |
| Binary | 111010 | 10000100 | 10010 | 111000 | 0 | 1010110 | 110000 | 1100011 | 1001100 | 11101 |
Color Harmonies of #3A8412
Complementary color
Monochromatic Colors of #3A8412
Black with #3A8412
Text Example
Text Example
White with #3A8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8412; }
p { color: rgb(58,132,18); }
H1.HeaderClassName
{
color: #3A8412;
}
.AnyTagClassName
{
color: #3A8412;
}
</style>
background-color css
<style>
a { background-color: #3A8412; }
a { background-color: rgb(58,132,18); }
div.DivClassName
{
background-color: #3A8412;
}
.BgClassName
{
background-color: #3A8412;
}
</style>
border-color css
<style>
span { border-color: #3A8412; }
span { border-color: rgb(58,132,18); }
td.TdClassName
{
border-color: #3A8412;
}
.TagClassName
{
border-color: #3A8412;
}
</style>