Shades of Green House #3F5D32
Tints of Green House #3F5D32
RGB
CMYK
RGB Variations
Color information
#3F5D32 (or 0x3F5D32) is known color: Green House. HEX triplet: 3F, 5D and 32. RGB value is (63,93,50). Sum of RGB (Red+Green+Blue) = 63+93+50=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5D32 is #C0A2CD. Grayscale: #4F4F4F. Windows color (decimal): -12624590 or 3300671. OLE color: 3300671.
HSL color Cylindrical-coordinate representation of color #3F5D32: hue angle of 101.86º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F5D32 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 93 | 50 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.64 |
| HSL | 101.86º | 0.3% | 0.28% | - |
| HSV(B) | 101.86º | 0.46% | 0.36% | - |
| XYZ | 6.54 | 9.12 | 4.43 | - |
| YUV | 79.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 50 | 0.32 | 0 | 0.46 | 0.64 | 101.86 | 0.3 | 0.28 |
| Hex | 3F | 5D | 32 | 20 | 0 | 2E | 40 | 66 | 1E | 1C |
| Octal | 77 | 135 | 62 | 40 | 0 | 56 | 100 | 146 | 36 | 34 |
| Binary | 111111 | 1011101 | 110010 | 100000 | 0 | 101110 | 1000000 | 1100110 | 11110 | 11100 |
Color Harmonies of #3F5D32
Complementary color
Monochromatic Colors of #3F5D32
Black with #3F5D32
Text Example
Text Example
White with #3F5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D32; }
p { color: rgb(63,93,50); }
H1.HeaderClassName
{
color: #3F5D32;
}
.AnyTagClassName
{
color: #3F5D32;
}
</style>
background-color css
<style>
a { background-color: #3F5D32; }
a { background-color: rgb(63,93,50); }
div.DivClassName
{
background-color: #3F5D32;
}
.BgClassName
{
background-color: #3F5D32;
}
</style>
border-color css
<style>
span { border-color: #3F5D32; }
span { border-color: rgb(63,93,50); }
td.TdClassName
{
border-color: #3F5D32;
}
.TagClassName
{
border-color: #3F5D32;
}
</style>