Shades of Green House #3F632F
Tints of Green House #3F632F
RGB
CMYK
RGB Variations
Color information
#3F632F (or 0x3F632F) is known color: Green House. HEX triplet: 3F, 63 and 2F. RGB value is (63,99,47). Sum of RGB (Red+Green+Blue) = 63+99+47=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #3F632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F632F is #C09CD0. Grayscale: #525252. Windows color (decimal): -12623057 or 3105599. OLE color: 3105599.
HSL color Cylindrical-coordinate representation of color #3F632F: hue angle of 101.54º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F632F is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 47 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.61 |
| HSL | 101.54º | 0.36% | 0.29% | - |
| HSV(B) | 101.54º | 0.53% | 0.39% | - |
| XYZ | 7.02 | 10.19 | 4.29 | - |
| YUV | 82.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 47 | 0.36 | 0 | 0.53 | 0.61 | 101.54 | 0.36 | 0.29 |
| Hex | 3F | 63 | 2F | 24 | 0 | 35 | 3D | 66 | 24 | 1D |
| Octal | 77 | 143 | 57 | 44 | 0 | 65 | 75 | 146 | 44 | 35 |
| Binary | 111111 | 1100011 | 101111 | 100100 | 0 | 110101 | 111101 | 1100110 | 100100 | 11101 |
Color Harmonies of #3F632F
Complementary color
Monochromatic Colors of #3F632F
Black with #3F632F
Text Example
Text Example
White with #3F632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F632F; }
p { color: rgb(63,99,47); }
H1.HeaderClassName
{
color: #3F632F;
}
.AnyTagClassName
{
color: #3F632F;
}
</style>
background-color css
<style>
a { background-color: #3F632F; }
a { background-color: rgb(63,99,47); }
div.DivClassName
{
background-color: #3F632F;
}
.BgClassName
{
background-color: #3F632F;
}
</style>
border-color css
<style>
span { border-color: #3F632F; }
span { border-color: rgb(63,99,47); }
td.TdClassName
{
border-color: #3F632F;
}
.TagClassName
{
border-color: #3F632F;
}
</style>