Shades of Bilbao #3F732F
Tints of Bilbao #3F732F
RGB
CMYK
RGB Variations
Color information
#3F732F (or 0x3F732F) is known color: Bilbao. HEX triplet: 3F, 73 and 2F. RGB value is (63,115,47). Sum of RGB (Red+Green+Blue) = 63+115+47=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #3F732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F732F is #C08CD0. Grayscale: #5B5B5B. Windows color (decimal): -12618961 or 3109695. OLE color: 3109695.
HSL color Cylindrical-coordinate representation of color #3F732F: hue angle of 105.88º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F732F is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 47 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.55 |
| HSL | 105.88º | 0.42% | 0.32% | - |
| HSV(B) | 105.88º | 0.59% | 0.45% | - |
| XYZ | 8.69 | 13.52 | 4.84 | - |
| YUV | 91.7 | 102.77 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 47 | 0.45 | 0 | 0.59 | 0.55 | 105.88 | 0.42 | 0.32 |
| Hex | 3F | 73 | 2F | 2D | 0 | 3B | 37 | 6A | 2A | 20 |
| Octal | 77 | 163 | 57 | 55 | 0 | 73 | 67 | 152 | 52 | 40 |
| Binary | 111111 | 1110011 | 101111 | 101101 | 0 | 111011 | 110111 | 1101010 | 101010 | 100000 |
Color Harmonies of #3F732F
Complementary color
Monochromatic Colors of #3F732F
Black with #3F732F
Text Example
Text Example
White with #3F732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F732F; }
p { color: rgb(63,115,47); }
H1.HeaderClassName
{
color: #3F732F;
}
.AnyTagClassName
{
color: #3F732F;
}
</style>
background-color css
<style>
a { background-color: #3F732F; }
a { background-color: rgb(63,115,47); }
div.DivClassName
{
background-color: #3F732F;
}
.BgClassName
{
background-color: #3F732F;
}
</style>
border-color css
<style>
span { border-color: #3F732F; }
span { border-color: rgb(63,115,47); }
td.TdClassName
{
border-color: #3F732F;
}
.TagClassName
{
border-color: #3F732F;
}
</style>