Shades of Bilbao #3F7122
Tints of Bilbao #3F7122
RGB
CMYK
RGB Variations
Color information
#3F7122 (or 0x3F7122) is known color: Bilbao. HEX triplet: 3F, 71 and 22. RGB value is (63,113,34). Sum of RGB (Red+Green+Blue) = 63+113+34=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7122 is #C08EDD. Grayscale: #595959. Windows color (decimal): -12619486 or 2257215. OLE color: 2257215.
HSL color Cylindrical-coordinate representation of color #3F7122: hue angle of 97.97º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F7122 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 34 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.56 |
| HSL | 97.97º | 0.54% | 0.29% | - |
| HSV(B) | 97.97º | 0.7% | 0.44% | - |
| XYZ | 8.24 | 12.98 | 3.58 | - |
| YUV | 89.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 34 | 0.44 | 0 | 0.70 | 0.56 | 97.97 | 0.54 | 0.29 |
| Hex | 3F | 71 | 22 | 2C | 0 | 46 | 38 | 62 | 36 | 1D |
| Octal | 77 | 161 | 42 | 54 | 0 | 106 | 70 | 142 | 66 | 35 |
| Binary | 111111 | 1110001 | 100010 | 101100 | 0 | 1000110 | 111000 | 1100010 | 110110 | 11101 |
Color Harmonies of #3F7122
Complementary color
Monochromatic Colors of #3F7122
Black with #3F7122
Text Example
Text Example
White with #3F7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7122; }
p { color: rgb(63,113,34); }
H1.HeaderClassName
{
color: #3F7122;
}
.AnyTagClassName
{
color: #3F7122;
}
</style>
background-color css
<style>
a { background-color: #3F7122; }
a { background-color: rgb(63,113,34); }
div.DivClassName
{
background-color: #3F7122;
}
.BgClassName
{
background-color: #3F7122;
}
</style>
border-color css
<style>
span { border-color: #3F7122; }
span { border-color: rgb(63,113,34); }
td.TdClassName
{
border-color: #3F7122;
}
.TagClassName
{
border-color: #3F7122;
}
</style>