Shades of Bilbao #3A7812
Tints of Bilbao #3A7812
RGB
CMYK
RGB Variations
Color information
#3A7812 (or 0x3A7812) is known color: Bilbao. HEX triplet: 3A, 78 and 12. RGB value is (58,120,18). Sum of RGB (Red+Green+Blue) = 58+120+18=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7812 is #C587ED. Grayscale: #5A5A5A. Windows color (decimal): -12945390 or 1210426. OLE color: 1210426.
HSL color Cylindrical-coordinate representation of color #3A7812: hue angle of 96.47º 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 #3A7812 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 120 | 18 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.53 |
| HSL | 96.47º | 0.74% | 0.27% | - |
| HSV(B) | 96.47º | 0.85% | 0.47% | - |
| XYZ | 8.57 | 14.38 | 2.9 | - |
| YUV | 89.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 18 | 0.52 | 0 | 0.85 | 0.53 | 96.47 | 0.74 | 0.27 |
| Hex | 3A | 78 | 12 | 34 | 0 | 55 | 35 | 60 | 4A | 1B |
| Octal | 72 | 170 | 22 | 64 | 0 | 125 | 65 | 140 | 112 | 33 |
| Binary | 111010 | 1111000 | 10010 | 110100 | 0 | 1010101 | 110101 | 1100000 | 1001010 | 11011 |
Color Harmonies of #3A7812
Complementary color
Monochromatic Colors of #3A7812
Black with #3A7812
Text Example
Text Example
White with #3A7812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7812; }
p { color: rgb(58,120,18); }
H1.HeaderClassName
{
color: #3A7812;
}
.AnyTagClassName
{
color: #3A7812;
}
</style>
background-color css
<style>
a { background-color: #3A7812; }
a { background-color: rgb(58,120,18); }
div.DivClassName
{
background-color: #3A7812;
}
.BgClassName
{
background-color: #3A7812;
}
</style>
border-color css
<style>
span { border-color: #3A7812; }
span { border-color: rgb(58,120,18); }
td.TdClassName
{
border-color: #3A7812;
}
.TagClassName
{
border-color: #3A7812;
}
</style>