Shades of Bilbao #3F7124
Tints of Bilbao #3F7124
RGB
CMYK
RGB Variations
Color information
#3F7124 (or 0x3F7124) is known color: Bilbao. HEX triplet: 3F, 71 and 24. RGB value is (63,113,36). Sum of RGB (Red+Green+Blue) = 63+113+36=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7124 is #C08EDB. Grayscale: #595959. Windows color (decimal): -12619484 or 2388287. OLE color: 2388287.
HSL color Cylindrical-coordinate representation of color #3F7124: hue angle of 98.96º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F7124 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 36 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.56 |
| HSL | 98.96º | 0.52% | 0.29% | - |
| HSV(B) | 98.96º | 0.68% | 0.44% | - |
| XYZ | 8.27 | 12.99 | 3.74 | - |
| YUV | 89.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 36 | 0.44 | 0 | 0.68 | 0.56 | 98.96 | 0.52 | 0.29 |
| Hex | 3F | 71 | 24 | 2C | 0 | 44 | 38 | 63 | 34 | 1D |
| Octal | 77 | 161 | 44 | 54 | 0 | 104 | 70 | 143 | 64 | 35 |
| Binary | 111111 | 1110001 | 100100 | 101100 | 0 | 1000100 | 111000 | 1100011 | 110100 | 11101 |
Color Harmonies of #3F7124
Complementary color
Monochromatic Colors of #3F7124
Black with #3F7124
Text Example
Text Example
White with #3F7124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7124; }
p { color: rgb(63,113,36); }
H1.HeaderClassName
{
color: #3F7124;
}
.AnyTagClassName
{
color: #3F7124;
}
</style>
background-color css
<style>
a { background-color: #3F7124; }
a { background-color: rgb(63,113,36); }
div.DivClassName
{
background-color: #3F7124;
}
.BgClassName
{
background-color: #3F7124;
}
</style>
border-color css
<style>
span { border-color: #3F7124; }
span { border-color: rgb(63,113,36); }
td.TdClassName
{
border-color: #3F7124;
}
.TagClassName
{
border-color: #3F7124;
}
</style>