Shades of Bilbao #3F702A
Tints of Bilbao #3F702A
RGB
CMYK
RGB Variations
Color information
#3F702A (or 0x3F702A) is known color: Bilbao. HEX triplet: 3F, 70 and 2A. RGB value is (63,112,42). Sum of RGB (Red+Green+Blue) = 63+112+42=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #3F702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F702A is #C08FD5. Grayscale: #595959. Windows color (decimal): -12619734 or 2781247. OLE color: 2781247.
HSL color Cylindrical-coordinate representation of color #3F702A: hue angle of 102º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F702A is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 42 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.56 |
| HSL | 102º | 0.45% | 0.3% | - |
| HSV(B) | 102º | 0.63% | 0.44% | - |
| XYZ | 8.26 | 12.81 | 4.23 | - |
| YUV | 89.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 42 | 0.44 | 0 | 0.62 | 0.56 | 102 | 0.45 | 0.3 |
| Hex | 3F | 70 | 2A | 2C | 0 | 3E | 38 | 66 | 2D | 1E |
| Octal | 77 | 160 | 52 | 54 | 0 | 76 | 70 | 146 | 55 | 36 |
| Binary | 111111 | 1110000 | 101010 | 101100 | 0 | 111110 | 111000 | 1100110 | 101101 | 11110 |
Color Harmonies of #3F702A
Complementary color
Monochromatic Colors of #3F702A
Black with #3F702A
Text Example
Text Example
White with #3F702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F702A; }
p { color: rgb(63,112,42); }
H1.HeaderClassName
{
color: #3F702A;
}
.AnyTagClassName
{
color: #3F702A;
}
</style>
background-color css
<style>
a { background-color: #3F702A; }
a { background-color: rgb(63,112,42); }
div.DivClassName
{
background-color: #3F702A;
}
.BgClassName
{
background-color: #3F702A;
}
</style>
border-color css
<style>
span { border-color: #3F702A; }
span { border-color: rgb(63,112,42); }
td.TdClassName
{
border-color: #3F702A;
}
.TagClassName
{
border-color: #3F702A;
}
</style>