Shades of Bilbao #3F720B
Tints of Bilbao #3F720B
RGB
CMYK
RGB Variations
Color information
#3F720B (or 0x3F720B) is known color: Bilbao. HEX triplet: 3F, 72 and 0B. RGB value is (63,114,11). Sum of RGB (Red+Green+Blue) = 63+114+11=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #3F720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F720B is #C08DF4. Grayscale: #575757. Windows color (decimal): -12619253 or 750143. OLE color: 750143.
HSL color Cylindrical-coordinate representation of color #3F720B: hue angle of 89.71º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F720B is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 114 | 11 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.55 |
| HSL | 89.71º | 0.82% | 0.25% | - |
| HSV(B) | 89.71º | 0.9% | 0.45% | - |
| XYZ | 8.13 | 13.12 | 2.42 | - |
| YUV | 87.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 11 | 0.45 | 0 | 0.90 | 0.55 | 89.71 | 0.82 | 0.25 |
| Hex | 3F | 72 | B | 2D | 0 | 5A | 37 | 5A | 52 | 19 |
| Octal | 77 | 162 | 13 | 55 | 0 | 132 | 67 | 132 | 122 | 31 |
| Binary | 111111 | 1110010 | 1011 | 101101 | 0 | 1011010 | 110111 | 1011010 | 1010010 | 11001 |
Color Harmonies of #3F720B
Complementary color
Monochromatic Colors of #3F720B
Black with #3F720B
Text Example
Text Example
White with #3F720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F720B; }
p { color: rgb(63,114,11); }
H1.HeaderClassName
{
color: #3F720B;
}
.AnyTagClassName
{
color: #3F720B;
}
</style>
background-color css
<style>
a { background-color: #3F720B; }
a { background-color: rgb(63,114,11); }
div.DivClassName
{
background-color: #3F720B;
}
.BgClassName
{
background-color: #3F720B;
}
</style>
border-color css
<style>
span { border-color: #3F720B; }
span { border-color: rgb(63,114,11); }
td.TdClassName
{
border-color: #3F720B;
}
.TagClassName
{
border-color: #3F720B;
}
</style>