Shades of Bilbao #3A771B
Tints of Bilbao #3A771B
RGB
CMYK
RGB Variations
Color information
#3A771B (or 0x3A771B) is known color: Bilbao. HEX triplet: 3A, 77 and 1B. RGB value is (58,119,27). Sum of RGB (Red+Green+Blue) = 58+119+27=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #3A771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A771B is #C588E4. Grayscale: #5A5A5A. Windows color (decimal): -12945637 or 1799994. OLE color: 1799994.
HSL color Cylindrical-coordinate representation of color #3A771B: hue angle of 99.78º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A771B is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 27 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.53 |
| HSL | 99.78º | 0.63% | 0.29% | - |
| HSV(B) | 99.78º | 0.77% | 0.47% | - |
| XYZ | 8.54 | 14.17 | 3.32 | - |
| YUV | 90.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 27 | 0.51 | 0 | 0.77 | 0.53 | 99.78 | 0.63 | 0.29 |
| Hex | 3A | 77 | 1B | 33 | 0 | 4D | 35 | 64 | 3F | 1D |
| Octal | 72 | 167 | 33 | 63 | 0 | 115 | 65 | 144 | 77 | 35 |
| Binary | 111010 | 1110111 | 11011 | 110011 | 0 | 1001101 | 110101 | 1100100 | 111111 | 11101 |
Color Harmonies of #3A771B
Complementary color
Monochromatic Colors of #3A771B
Black with #3A771B
Text Example
Text Example
White with #3A771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A771B; }
p { color: rgb(58,119,27); }
H1.HeaderClassName
{
color: #3A771B;
}
.AnyTagClassName
{
color: #3A771B;
}
</style>
background-color css
<style>
a { background-color: #3A771B; }
a { background-color: rgb(58,119,27); }
div.DivClassName
{
background-color: #3A771B;
}
.BgClassName
{
background-color: #3A771B;
}
</style>
border-color css
<style>
span { border-color: #3A771B; }
span { border-color: rgb(58,119,27); }
td.TdClassName
{
border-color: #3A771B;
}
.TagClassName
{
border-color: #3A771B;
}
</style>