Shades of Green House #3F662F
Tints of Green House #3F662F
RGB
CMYK
RGB Variations
Color information
#3F662F (or 0x3F662F) is known color: Green House. HEX triplet: 3F, 66 and 2F. RGB value is (63,102,47). Sum of RGB (Red+Green+Blue) = 63+102+47=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #3F662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F662F is #C099D0. Grayscale: #545454. Windows color (decimal): -12622289 or 3106367. OLE color: 3106367.
HSL color Cylindrical-coordinate representation of color #3F662F: hue angle of 102.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F662F is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 47 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.6 |
| HSL | 102.55º | 0.37% | 0.29% | - |
| HSV(B) | 102.55º | 0.54% | 0.4% | - |
| XYZ | 7.31 | 10.76 | 4.38 | - |
| YUV | 84.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 47 | 0.38 | 0 | 0.54 | 0.6 | 102.55 | 0.37 | 0.29 |
| Hex | 3F | 66 | 2F | 26 | 0 | 36 | 3C | 67 | 25 | 1D |
| Octal | 77 | 146 | 57 | 46 | 0 | 66 | 74 | 147 | 45 | 35 |
| Binary | 111111 | 1100110 | 101111 | 100110 | 0 | 110110 | 111100 | 1100111 | 100101 | 11101 |
Color Harmonies of #3F662F
Complementary color
Monochromatic Colors of #3F662F
Black with #3F662F
Text Example
Text Example
White with #3F662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F662F; }
p { color: rgb(63,102,47); }
H1.HeaderClassName
{
color: #3F662F;
}
.AnyTagClassName
{
color: #3F662F;
}
</style>
background-color css
<style>
a { background-color: #3F662F; }
a { background-color: rgb(63,102,47); }
div.DivClassName
{
background-color: #3F662F;
}
.BgClassName
{
background-color: #3F662F;
}
</style>
border-color css
<style>
span { border-color: #3F662F; }
span { border-color: rgb(63,102,47); }
td.TdClassName
{
border-color: #3F662F;
}
.TagClassName
{
border-color: #3F662F;
}
</style>