Shades of Bilbao #3A7819
Tints of Bilbao #3A7819
RGB
CMYK
RGB Variations
Color information
#3A7819 (or 0x3A7819) is known color: Bilbao. HEX triplet: 3A, 78 and 19. RGB value is (58,120,25). Sum of RGB (Red+Green+Blue) = 58+120+25=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7819 is #C587E6. Grayscale: #5A5A5A. Windows color (decimal): -12945383 or 1669178. OLE color: 1669178.
HSL color Cylindrical-coordinate representation of color #3A7819: hue angle of 99.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A7819 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 120 | 25 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.53 |
| HSL | 99.16º | 0.66% | 0.28% | - |
| HSV(B) | 99.16º | 0.79% | 0.47% | - |
| XYZ | 8.64 | 14.4 | 3.24 | - |
| YUV | 90.63 | 90.96 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 25 | 0.52 | 0 | 0.79 | 0.53 | 99.16 | 0.66 | 0.28 |
| Hex | 3A | 78 | 19 | 34 | 0 | 4F | 35 | 63 | 42 | 1C |
| Octal | 72 | 170 | 31 | 64 | 0 | 117 | 65 | 143 | 102 | 34 |
| Binary | 111010 | 1111000 | 11001 | 110100 | 0 | 1001111 | 110101 | 1100011 | 1000010 | 11100 |
Color Harmonies of #3A7819
Complementary color
Monochromatic Colors of #3A7819
Black with #3A7819
Text Example
Text Example
White with #3A7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7819; }
p { color: rgb(58,120,25); }
H1.HeaderClassName
{
color: #3A7819;
}
.AnyTagClassName
{
color: #3A7819;
}
</style>
background-color css
<style>
a { background-color: #3A7819; }
a { background-color: rgb(58,120,25); }
div.DivClassName
{
background-color: #3A7819;
}
.BgClassName
{
background-color: #3A7819;
}
</style>
border-color css
<style>
span { border-color: #3A7819; }
span { border-color: rgb(58,120,25); }
td.TdClassName
{
border-color: #3A7819;
}
.TagClassName
{
border-color: #3A7819;
}
</style>