Shades of Green House #3F6235
Tints of Green House #3F6235
RGB
CMYK
RGB Variations
Color information
#3F6235 (or 0x3F6235) is known color: Green House. HEX triplet: 3F, 62 and 35. RGB value is (63,98,53). Sum of RGB (Red+Green+Blue) = 63+98+53=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6235 is #C09DCA. Grayscale: #525252. Windows color (decimal): -12623307 or 3498559. OLE color: 3498559.
HSL color Cylindrical-coordinate representation of color #3F6235: hue angle of 106.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F6235 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 53 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.62 |
| HSL | 106.67º | 0.3% | 0.3% | - |
| HSV(B) | 106.67º | 0.46% | 0.38% | - |
| XYZ | 7.06 | 10.05 | 4.94 | - |
| YUV | 82.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 53 | 0.36 | 0 | 0.46 | 0.62 | 106.67 | 0.3 | 0.3 |
| Hex | 3F | 62 | 35 | 24 | 0 | 2E | 3E | 6B | 1E | 1E |
| Octal | 77 | 142 | 65 | 44 | 0 | 56 | 76 | 153 | 36 | 36 |
| Binary | 111111 | 1100010 | 110101 | 100100 | 0 | 101110 | 111110 | 1101011 | 11110 | 11110 |
Color Harmonies of #3F6235
Complementary color
Monochromatic Colors of #3F6235
Black with #3F6235
Text Example
Text Example
White with #3F6235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6235; }
p { color: rgb(63,98,53); }
H1.HeaderClassName
{
color: #3F6235;
}
.AnyTagClassName
{
color: #3F6235;
}
</style>
background-color css
<style>
a { background-color: #3F6235; }
a { background-color: rgb(63,98,53); }
div.DivClassName
{
background-color: #3F6235;
}
.BgClassName
{
background-color: #3F6235;
}
</style>
border-color css
<style>
span { border-color: #3F6235; }
span { border-color: rgb(63,98,53); }
td.TdClassName
{
border-color: #3F6235;
}
.TagClassName
{
border-color: #3F6235;
}
</style>