Shades of Bilbao #3A7712
Tints of Bilbao #3A7712
RGB
CMYK
RGB Variations
Color information
#3A7712 (or 0x3A7712) is known color: Bilbao. HEX triplet: 3A, 77 and 12. RGB value is (58,119,18). Sum of RGB (Red+Green+Blue) = 58+119+18=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7712 is #C588ED. Grayscale: #595959. Windows color (decimal): -12945646 or 1210170. OLE color: 1210170.
HSL color Cylindrical-coordinate representation of color #3A7712: hue angle of 96.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A7712 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 18 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.53 |
| HSL | 96.24º | 0.74% | 0.27% | - |
| HSV(B) | 96.24º | 0.85% | 0.47% | - |
| XYZ | 8.45 | 14.14 | 2.86 | - |
| YUV | 89.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 18 | 0.51 | 0 | 0.85 | 0.53 | 96.24 | 0.74 | 0.27 |
| Hex | 3A | 77 | 12 | 33 | 0 | 55 | 35 | 60 | 4A | 1B |
| Octal | 72 | 167 | 22 | 63 | 0 | 125 | 65 | 140 | 112 | 33 |
| Binary | 111010 | 1110111 | 10010 | 110011 | 0 | 1010101 | 110101 | 1100000 | 1001010 | 11011 |
Color Harmonies of #3A7712
Complementary color
Monochromatic Colors of #3A7712
Black with #3A7712
Text Example
Text Example
White with #3A7712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7712; }
p { color: rgb(58,119,18); }
H1.HeaderClassName
{
color: #3A7712;
}
.AnyTagClassName
{
color: #3A7712;
}
</style>
background-color css
<style>
a { background-color: #3A7712; }
a { background-color: rgb(58,119,18); }
div.DivClassName
{
background-color: #3A7712;
}
.BgClassName
{
background-color: #3A7712;
}
</style>
border-color css
<style>
span { border-color: #3A7712; }
span { border-color: rgb(58,119,18); }
td.TdClassName
{
border-color: #3A7712;
}
.TagClassName
{
border-color: #3A7712;
}
</style>