Shades of Bilbao #3A770E
Tints of Bilbao #3A770E
RGB
CMYK
RGB Variations
Color information
#3A770E (or 0x3A770E) is known color: Bilbao. HEX triplet: 3A, 77 and 0E. RGB value is (58,119,14). Sum of RGB (Red+Green+Blue) = 58+119+14=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #3A770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A770E is #C588F1. Grayscale: #595959. Windows color (decimal): -12945650 or 948026. OLE color: 948026.
HSL color Cylindrical-coordinate representation of color #3A770E: hue angle of 94.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A770E is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 14 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.53 |
| HSL | 94.86º | 0.79% | 0.26% | - |
| HSV(B) | 94.86º | 0.88% | 0.47% | - |
| XYZ | 8.42 | 14.12 | 2.7 | - |
| YUV | 88.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 14 | 0.51 | 0 | 0.88 | 0.53 | 94.86 | 0.79 | 0.26 |
| Hex | 3A | 77 | E | 33 | 0 | 58 | 35 | 5F | 4F | 1A |
| Octal | 72 | 167 | 16 | 63 | 0 | 130 | 65 | 137 | 117 | 32 |
| Binary | 111010 | 1110111 | 1110 | 110011 | 0 | 1011000 | 110101 | 1011111 | 1001111 | 11010 |
Color Harmonies of #3A770E
Complementary color
Monochromatic Colors of #3A770E
Black with #3A770E
Text Example
Text Example
White with #3A770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A770E; }
p { color: rgb(58,119,14); }
H1.HeaderClassName
{
color: #3A770E;
}
.AnyTagClassName
{
color: #3A770E;
}
</style>
background-color css
<style>
a { background-color: #3A770E; }
a { background-color: rgb(58,119,14); }
div.DivClassName
{
background-color: #3A770E;
}
.BgClassName
{
background-color: #3A770E;
}
</style>
border-color css
<style>
span { border-color: #3A770E; }
span { border-color: rgb(58,119,14); }
td.TdClassName
{
border-color: #3A770E;
}
.TagClassName
{
border-color: #3A770E;
}
</style>