Shades of Green House #3F622E
Tints of Green House #3F622E
RGB
CMYK
RGB Variations
Color information
#3F622E (or 0x3F622E) is known color: Green House. HEX triplet: 3F, 62 and 2E. RGB value is (63,98,46). Sum of RGB (Red+Green+Blue) = 63+98+46=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #3F622E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F622E is #C09DD1. Grayscale: #515151. Windows color (decimal): -12623314 or 3039807. OLE color: 3039807.
HSL color Cylindrical-coordinate representation of color #3F622E: hue angle of 100.38º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F622E is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 46 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.62 |
| HSL | 100.38º | 0.36% | 0.28% | - |
| HSV(B) | 100.38º | 0.53% | 0.38% | - |
| XYZ | 6.91 | 9.99 | 4.15 | - |
| YUV | 81.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 46 | 0.36 | 0 | 0.53 | 0.62 | 100.38 | 0.36 | 0.28 |
| Hex | 3F | 62 | 2E | 24 | 0 | 35 | 3E | 64 | 24 | 1C |
| Octal | 77 | 142 | 56 | 44 | 0 | 65 | 76 | 144 | 44 | 34 |
| Binary | 111111 | 1100010 | 101110 | 100100 | 0 | 110101 | 111110 | 1100100 | 100100 | 11100 |
Color Harmonies of #3F622E
Complementary color
Monochromatic Colors of #3F622E
Black with #3F622E
Text Example
Text Example
White with #3F622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F622E; }
p { color: rgb(63,98,46); }
H1.HeaderClassName
{
color: #3F622E;
}
.AnyTagClassName
{
color: #3F622E;
}
</style>
background-color css
<style>
a { background-color: #3F622E; }
a { background-color: rgb(63,98,46); }
div.DivClassName
{
background-color: #3F622E;
}
.BgClassName
{
background-color: #3F622E;
}
</style>
border-color css
<style>
span { border-color: #3F622E; }
span { border-color: rgb(63,98,46); }
td.TdClassName
{
border-color: #3F622E;
}
.TagClassName
{
border-color: #3F622E;
}
</style>