Shades of Green House #3F6231
Tints of Green House #3F6231
RGB
CMYK
RGB Variations
Color information
#3F6231 (or 0x3F6231) is known color: Green House. HEX triplet: 3F, 62 and 31. RGB value is (63,98,49). Sum of RGB (Red+Green+Blue) = 63+98+49=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6231 is #C09DCE. Grayscale: #525252. Windows color (decimal): -12623311 or 3236415. OLE color: 3236415.
HSL color Cylindrical-coordinate representation of color #3F6231: hue angle of 102.86º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F6231 is Cyan = 0.36, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 49 | - |
| CMYK | 0.36 | 0 | 0.5 | 0.62 |
| HSL | 102.86º | 0.33% | 0.29% | - |
| HSV(B) | 102.86º | 0.5% | 0.38% | - |
| XYZ | 6.97 | 10.01 | 4.47 | - |
| YUV | 81.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 49 | 0.36 | 0 | 0.5 | 0.62 | 102.86 | 0.33 | 0.29 |
| Hex | 3F | 62 | 31 | 24 | 0 | 32 | 3E | 67 | 21 | 1D |
| Octal | 77 | 142 | 61 | 44 | 0 | 62 | 76 | 147 | 41 | 35 |
| Binary | 111111 | 1100010 | 110001 | 100100 | 0 | 110010 | 111110 | 1100111 | 100001 | 11101 |
Color Harmonies of #3F6231
Complementary color
Monochromatic Colors of #3F6231
Black with #3F6231
Text Example
Text Example
White with #3F6231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6231; }
p { color: rgb(63,98,49); }
H1.HeaderClassName
{
color: #3F6231;
}
.AnyTagClassName
{
color: #3F6231;
}
</style>
background-color css
<style>
a { background-color: #3F6231; }
a { background-color: rgb(63,98,49); }
div.DivClassName
{
background-color: #3F6231;
}
.BgClassName
{
background-color: #3F6231;
}
</style>
border-color css
<style>
span { border-color: #3F6231; }
span { border-color: rgb(63,98,49); }
td.TdClassName
{
border-color: #3F6231;
}
.TagClassName
{
border-color: #3F6231;
}
</style>