Shades of Bilbao #3A772F
Tints of Bilbao #3A772F
RGB
CMYK
RGB Variations
Color information
#3A772F (or 0x3A772F) is known color: Bilbao. HEX triplet: 3A, 77 and 2F. RGB value is (58,119,47). Sum of RGB (Red+Green+Blue) = 58+119+47=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #3A772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A772F is #C588D0. Grayscale: #5C5C5C. Windows color (decimal): -12945617 or 3110714. OLE color: 3110714.
HSL color Cylindrical-coordinate representation of color #3A772F: hue angle of 110.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A772F is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 47 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.53 |
| HSL | 110.83º | 0.43% | 0.33% | - |
| HSV(B) | 110.83º | 0.61% | 0.47% | - |
| XYZ | 8.85 | 14.3 | 4.98 | - |
| YUV | 92.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 47 | 0.51 | 0 | 0.61 | 0.53 | 110.83 | 0.43 | 0.33 |
| Hex | 3A | 77 | 2F | 33 | 0 | 3D | 35 | 6F | 2B | 21 |
| Octal | 72 | 167 | 57 | 63 | 0 | 75 | 65 | 157 | 53 | 41 |
| Binary | 111010 | 1110111 | 101111 | 110011 | 0 | 111101 | 110101 | 1101111 | 101011 | 100001 |
Color Harmonies of #3A772F
Complementary color
Monochromatic Colors of #3A772F
Black with #3A772F
Text Example
Text Example
White with #3A772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A772F; }
p { color: rgb(58,119,47); }
H1.HeaderClassName
{
color: #3A772F;
}
.AnyTagClassName
{
color: #3A772F;
}
</style>
background-color css
<style>
a { background-color: #3A772F; }
a { background-color: rgb(58,119,47); }
div.DivClassName
{
background-color: #3A772F;
}
.BgClassName
{
background-color: #3A772F;
}
</style>
border-color css
<style>
span { border-color: #3A772F; }
span { border-color: rgb(58,119,47); }
td.TdClassName
{
border-color: #3A772F;
}
.TagClassName
{
border-color: #3A772F;
}
</style>