Shades of Bilbao #3A770C
Tints of Bilbao #3A770C
RGB
CMYK
RGB Variations
Color information
#3A770C (or 0x3A770C) is known color: Bilbao. HEX triplet: 3A, 77 and 0C. RGB value is (58,119,12). Sum of RGB (Red+Green+Blue) = 58+119+12=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #3A770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A770C is #C588F3. Grayscale: #585858. Windows color (decimal): -12945652 or 816954. OLE color: 816954.
HSL color Cylindrical-coordinate representation of color #3A770C: hue angle of 94.21º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A770C is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 12 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.53 |
| HSL | 94.21º | 0.82% | 0.26% | - |
| HSV(B) | 94.21º | 0.9% | 0.47% | - |
| XYZ | 8.41 | 14.12 | 2.63 | - |
| YUV | 88.56 | 84.79 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 12 | 0.51 | 0 | 0.90 | 0.53 | 94.21 | 0.82 | 0.26 |
| Hex | 3A | 77 | C | 33 | 0 | 5A | 35 | 5E | 52 | 1A |
| Octal | 72 | 167 | 14 | 63 | 0 | 132 | 65 | 136 | 122 | 32 |
| Binary | 111010 | 1110111 | 1100 | 110011 | 0 | 1011010 | 110101 | 1011110 | 1010010 | 11010 |
Color Harmonies of #3A770C
Complementary color
Monochromatic Colors of #3A770C
Black with #3A770C
Text Example
Text Example
White with #3A770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A770C; }
p { color: rgb(58,119,12); }
H1.HeaderClassName
{
color: #3A770C;
}
.AnyTagClassName
{
color: #3A770C;
}
</style>
background-color css
<style>
a { background-color: #3A770C; }
a { background-color: rgb(58,119,12); }
div.DivClassName
{
background-color: #3A770C;
}
.BgClassName
{
background-color: #3A770C;
}
</style>
border-color css
<style>
span { border-color: #3A770C; }
span { border-color: rgb(58,119,12); }
td.TdClassName
{
border-color: #3A770C;
}
.TagClassName
{
border-color: #3A770C;
}
</style>