Shades of Bilbao #3A8410
Tints of Bilbao #3A8410
RGB
CMYK
RGB Variations
Color information
#3A8410 (or 0x3A8410) is known color: Bilbao. HEX triplet: 3A, 84 and 10. RGB value is (58,132,16). Sum of RGB (Red+Green+Blue) = 58+132+16=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8410 is #C57BEF. Grayscale: #616161. Windows color (decimal): -12942320 or 1082426. OLE color: 1082426.
HSL color Cylindrical-coordinate representation of color #3A8410: hue angle of 98.28º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A8410 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 16 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.48 |
| HSL | 98.28º | 0.78% | 0.29% | - |
| HSV(B) | 98.28º | 0.88% | 0.52% | - |
| XYZ | 10.09 | 17.44 | 3.32 | - |
| YUV | 96.65 | 82.48 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 16 | 0.56 | 0 | 0.88 | 0.48 | 98.28 | 0.78 | 0.29 |
| Hex | 3A | 84 | 10 | 38 | 0 | 58 | 30 | 62 | 4E | 1D |
| Octal | 72 | 204 | 20 | 70 | 0 | 130 | 60 | 142 | 116 | 35 |
| Binary | 111010 | 10000100 | 10000 | 111000 | 0 | 1011000 | 110000 | 1100010 | 1001110 | 11101 |
Color Harmonies of #3A8410
Complementary color
Monochromatic Colors of #3A8410
Black with #3A8410
Text Example
Text Example
White with #3A8410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8410; }
p { color: rgb(58,132,16); }
H1.HeaderClassName
{
color: #3A8410;
}
.AnyTagClassName
{
color: #3A8410;
}
</style>
background-color css
<style>
a { background-color: #3A8410; }
a { background-color: rgb(58,132,16); }
div.DivClassName
{
background-color: #3A8410;
}
.BgClassName
{
background-color: #3A8410;
}
</style>
border-color css
<style>
span { border-color: #3A8410; }
span { border-color: rgb(58,132,16); }
td.TdClassName
{
border-color: #3A8410;
}
.TagClassName
{
border-color: #3A8410;
}
</style>