Shades of Bilbao #3A761F
Tints of Bilbao #3A761F
RGB
CMYK
RGB Variations
Color information
#3A761F (or 0x3A761F) is known color: Bilbao. HEX triplet: 3A, 76 and 1F. RGB value is (58,118,31). Sum of RGB (Red+Green+Blue) = 58+118+31=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #3A761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A761F is #C589E0. Grayscale: #5A5A5A. Windows color (decimal): -12945889 or 2061882. OLE color: 2061882.
HSL color Cylindrical-coordinate representation of color #3A761F: hue angle of 101.38º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A761F is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 118 | 31 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.54 |
| HSL | 101.38º | 0.58% | 0.29% | - |
| HSV(B) | 101.38º | 0.74% | 0.46% | - |
| XYZ | 8.47 | 13.96 | 3.54 | - |
| YUV | 90.14 | 94.62 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 118 | 31 | 0.51 | 0 | 0.74 | 0.54 | 101.38 | 0.58 | 0.29 |
| Hex | 3A | 76 | 1F | 33 | 0 | 4A | 36 | 65 | 3A | 1D |
| Octal | 72 | 166 | 37 | 63 | 0 | 112 | 66 | 145 | 72 | 35 |
| Binary | 111010 | 1110110 | 11111 | 110011 | 0 | 1001010 | 110110 | 1100101 | 111010 | 11101 |
Color Harmonies of #3A761F
Complementary color
Monochromatic Colors of #3A761F
Black with #3A761F
Text Example
Text Example
White with #3A761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A761F; }
p { color: rgb(58,118,31); }
H1.HeaderClassName
{
color: #3A761F;
}
.AnyTagClassName
{
color: #3A761F;
}
</style>
background-color css
<style>
a { background-color: #3A761F; }
a { background-color: rgb(58,118,31); }
div.DivClassName
{
background-color: #3A761F;
}
.BgClassName
{
background-color: #3A761F;
}
</style>
border-color css
<style>
span { border-color: #3A761F; }
span { border-color: rgb(58,118,31); }
td.TdClassName
{
border-color: #3A761F;
}
.TagClassName
{
border-color: #3A761F;
}
</style>