Shades of Bilbao #3A771D
Tints of Bilbao #3A771D
RGB
CMYK
RGB Variations
Color information
#3A771D (or 0x3A771D) is known color: Bilbao. HEX triplet: 3A, 77 and 1D. RGB value is (58,119,29). Sum of RGB (Red+Green+Blue) = 58+119+29=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #3A771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A771D is #C588E2. Grayscale: #5A5A5A. Windows color (decimal): -12945635 or 1931066. OLE color: 1931066.
HSL color Cylindrical-coordinate representation of color #3A771D: hue angle of 100.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A771D is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 29 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.53 |
| HSL | 100.67º | 0.61% | 0.29% | - |
| HSV(B) | 100.67º | 0.76% | 0.47% | - |
| XYZ | 8.56 | 14.18 | 3.45 | - |
| YUV | 90.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 29 | 0.51 | 0 | 0.76 | 0.53 | 100.67 | 0.61 | 0.29 |
| Hex | 3A | 77 | 1D | 33 | 0 | 4C | 35 | 65 | 3D | 1D |
| Octal | 72 | 167 | 35 | 63 | 0 | 114 | 65 | 145 | 75 | 35 |
| Binary | 111010 | 1110111 | 11101 | 110011 | 0 | 1001100 | 110101 | 1100101 | 111101 | 11101 |
Color Harmonies of #3A771D
Complementary color
Monochromatic Colors of #3A771D
Black with #3A771D
Text Example
Text Example
White with #3A771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A771D; }
p { color: rgb(58,119,29); }
H1.HeaderClassName
{
color: #3A771D;
}
.AnyTagClassName
{
color: #3A771D;
}
</style>
background-color css
<style>
a { background-color: #3A771D; }
a { background-color: rgb(58,119,29); }
div.DivClassName
{
background-color: #3A771D;
}
.BgClassName
{
background-color: #3A771D;
}
</style>
border-color css
<style>
span { border-color: #3A771D; }
span { border-color: rgb(58,119,29); }
td.TdClassName
{
border-color: #3A771D;
}
.TagClassName
{
border-color: #3A771D;
}
</style>