Shades of Green House #3F6633
Tints of Green House #3F6633
RGB
CMYK
RGB Variations
Color information
#3F6633 (or 0x3F6633) is known color: Green House. HEX triplet: 3F, 66 and 33. RGB value is (63,102,51). Sum of RGB (Red+Green+Blue) = 63+102+51=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6633 is #C099CC. Grayscale: #545454. Windows color (decimal): -12622285 or 3368511. OLE color: 3368511.
HSL color Cylindrical-coordinate representation of color #3F6633: hue angle of 105.88º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F6633 is Cyan = 0.38, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 51 | - |
| CMYK | 0.38 | 0 | 0.5 | 0.6 |
| HSL | 105.88º | 0.33% | 0.3% | - |
| HSV(B) | 105.88º | 0.5% | 0.4% | - |
| XYZ | 7.4 | 10.8 | 4.83 | - |
| YUV | 84.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 51 | 0.38 | 0 | 0.5 | 0.6 | 105.88 | 0.33 | 0.3 |
| Hex | 3F | 66 | 33 | 26 | 0 | 32 | 3C | 6A | 21 | 1E |
| Octal | 77 | 146 | 63 | 46 | 0 | 62 | 74 | 152 | 41 | 36 |
| Binary | 111111 | 1100110 | 110011 | 100110 | 0 | 110010 | 111100 | 1101010 | 100001 | 11110 |
Color Harmonies of #3F6633
Complementary color
Monochromatic Colors of #3F6633
Black with #3F6633
Text Example
Text Example
White with #3F6633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6633; }
p { color: rgb(63,102,51); }
H1.HeaderClassName
{
color: #3F6633;
}
.AnyTagClassName
{
color: #3F6633;
}
</style>
background-color css
<style>
a { background-color: #3F6633; }
a { background-color: rgb(63,102,51); }
div.DivClassName
{
background-color: #3F6633;
}
.BgClassName
{
background-color: #3F6633;
}
</style>
border-color css
<style>
span { border-color: #3F6633; }
span { border-color: rgb(63,102,51); }
td.TdClassName
{
border-color: #3F6633;
}
.TagClassName
{
border-color: #3F6633;
}
</style>