Shades of Bilbao #3F712C
Tints of Bilbao #3F712C
RGB
CMYK
RGB Variations
Color information
#3F712C (or 0x3F712C) is known color: Bilbao. HEX triplet: 3F, 71 and 2C. RGB value is (63,113,44). Sum of RGB (Red+Green+Blue) = 63+113+44=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #3F712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F712C is #C08ED3. Grayscale: #5A5A5A. Windows color (decimal): -12619476 or 2912575. OLE color: 2912575.
HSL color Cylindrical-coordinate representation of color #3F712C: hue angle of 103.48º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F712C is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 44 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.56 |
| HSL | 103.48º | 0.44% | 0.31% | - |
| HSV(B) | 103.48º | 0.61% | 0.44% | - |
| XYZ | 8.41 | 13.05 | 4.46 | - |
| YUV | 90.18 | 101.94 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 44 | 0.44 | 0 | 0.61 | 0.56 | 103.48 | 0.44 | 0.31 |
| Hex | 3F | 71 | 2C | 2C | 0 | 3D | 38 | 67 | 2C | 1F |
| Octal | 77 | 161 | 54 | 54 | 0 | 75 | 70 | 147 | 54 | 37 |
| Binary | 111111 | 1110001 | 101100 | 101100 | 0 | 111101 | 111000 | 1100111 | 101100 | 11111 |
Color Harmonies of #3F712C
Complementary color
Monochromatic Colors of #3F712C
Black with #3F712C
Text Example
Text Example
White with #3F712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F712C; }
p { color: rgb(63,113,44); }
H1.HeaderClassName
{
color: #3F712C;
}
.AnyTagClassName
{
color: #3F712C;
}
</style>
background-color css
<style>
a { background-color: #3F712C; }
a { background-color: rgb(63,113,44); }
div.DivClassName
{
background-color: #3F712C;
}
.BgClassName
{
background-color: #3F712C;
}
</style>
border-color css
<style>
span { border-color: #3F712C; }
span { border-color: rgb(63,113,44); }
td.TdClassName
{
border-color: #3F712C;
}
.TagClassName
{
border-color: #3F712C;
}
</style>