Shades of Bilbao #3F7221
Tints of Bilbao #3F7221
RGB
CMYK
RGB Variations
Color information
#3F7221 (or 0x3F7221) is known color: Bilbao. HEX triplet: 3F, 72 and 21. RGB value is (63,114,33). Sum of RGB (Red+Green+Blue) = 63+114+33=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7221 is #C08DDE. Grayscale: #595959. Windows color (decimal): -12619231 or 2191935. OLE color: 2191935.
HSL color Cylindrical-coordinate representation of color #3F7221: hue angle of 97.78º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F7221 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 114 | 33 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.55 |
| HSL | 97.78º | 0.55% | 0.29% | - |
| HSV(B) | 97.78º | 0.71% | 0.45% | - |
| XYZ | 8.34 | 13.2 | 3.55 | - |
| YUV | 89.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 33 | 0.45 | 0 | 0.71 | 0.55 | 97.78 | 0.55 | 0.29 |
| Hex | 3F | 72 | 21 | 2D | 0 | 47 | 37 | 62 | 37 | 1D |
| Octal | 77 | 162 | 41 | 55 | 0 | 107 | 67 | 142 | 67 | 35 |
| Binary | 111111 | 1110010 | 100001 | 101101 | 0 | 1000111 | 110111 | 1100010 | 110111 | 11101 |
Color Harmonies of #3F7221
Complementary color
Monochromatic Colors of #3F7221
Black with #3F7221
Text Example
Text Example
White with #3F7221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7221; }
p { color: rgb(63,114,33); }
H1.HeaderClassName
{
color: #3F7221;
}
.AnyTagClassName
{
color: #3F7221;
}
</style>
background-color css
<style>
a { background-color: #3F7221; }
a { background-color: rgb(63,114,33); }
div.DivClassName
{
background-color: #3F7221;
}
.BgClassName
{
background-color: #3F7221;
}
</style>
border-color css
<style>
span { border-color: #3F7221; }
span { border-color: rgb(63,114,33); }
td.TdClassName
{
border-color: #3F7221;
}
.TagClassName
{
border-color: #3F7221;
}
</style>