Shades of Bilbao #3A761A
Tints of Bilbao #3A761A
RGB
CMYK
RGB Variations
Color information
#3A761A (or 0x3A761A) is known color: Bilbao. HEX triplet: 3A, 76 and 1A. RGB value is (58,118,26). Sum of RGB (Red+Green+Blue) = 58+118+26=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #3A761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A761A is #C589E5. Grayscale: #595959. Windows color (decimal): -12945894 or 1734202. OLE color: 1734202.
HSL color Cylindrical-coordinate representation of color #3A761A: hue angle of 99.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A761A is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 118 | 26 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.54 |
| HSL | 99.13º | 0.64% | 0.28% | - |
| HSV(B) | 99.13º | 0.78% | 0.46% | - |
| XYZ | 8.41 | 13.93 | 3.22 | - |
| YUV | 89.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 118 | 26 | 0.51 | 0 | 0.78 | 0.54 | 99.13 | 0.64 | 0.28 |
| Hex | 3A | 76 | 1A | 33 | 0 | 4E | 36 | 63 | 40 | 1C |
| Octal | 72 | 166 | 32 | 63 | 0 | 116 | 66 | 143 | 100 | 34 |
| Binary | 111010 | 1110110 | 11010 | 110011 | 0 | 1001110 | 110110 | 1100011 | 1000000 | 11100 |
Color Harmonies of #3A761A
Complementary color
Monochromatic Colors of #3A761A
Black with #3A761A
Text Example
Text Example
White with #3A761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A761A; }
p { color: rgb(58,118,26); }
H1.HeaderClassName
{
color: #3A761A;
}
.AnyTagClassName
{
color: #3A761A;
}
</style>
background-color css
<style>
a { background-color: #3A761A; }
a { background-color: rgb(58,118,26); }
div.DivClassName
{
background-color: #3A761A;
}
.BgClassName
{
background-color: #3A761A;
}
</style>
border-color css
<style>
span { border-color: #3A761A; }
span { border-color: rgb(58,118,26); }
td.TdClassName
{
border-color: #3A761A;
}
.TagClassName
{
border-color: #3A761A;
}
</style>