Shades of Green House #3F6533
Tints of Green House #3F6533
RGB
CMYK
RGB Variations
Color information
#3F6533 (or 0x3F6533) is known color: Green House. HEX triplet: 3F, 65 and 33. RGB value is (63,101,51). Sum of RGB (Red+Green+Blue) = 63+101+51=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6533 is #C09ACC. Grayscale: #545454. Windows color (decimal): -12622541 or 3368255. OLE color: 3368255.
HSL color Cylindrical-coordinate representation of color #3F6533: hue angle of 105.6º 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 #3F6533 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 51 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.60 |
| HSL | 105.6º | 0.33% | 0.3% | - |
| HSV(B) | 105.6º | 0.5% | 0.4% | - |
| XYZ | 7.3 | 10.6 | 4.79 | - |
| YUV | 83.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 51 | 0.38 | 0 | 0.50 | 0.60 | 105.6 | 0.33 | 0.3 |
| Hex | 3F | 65 | 33 | 26 | 0 | 32 | 3C | 6A | 21 | 1E |
| Octal | 77 | 145 | 63 | 46 | 0 | 62 | 74 | 152 | 41 | 36 |
| Binary | 111111 | 1100101 | 110011 | 100110 | 0 | 110010 | 111100 | 1101010 | 100001 | 11110 |
Color Harmonies of #3F6533
Complementary color
Monochromatic Colors of #3F6533
Black with #3F6533
Text Example
Text Example
White with #3F6533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6533; }
p { color: rgb(63,101,51); }
H1.HeaderClassName
{
color: #3F6533;
}
.AnyTagClassName
{
color: #3F6533;
}
</style>
background-color css
<style>
a { background-color: #3F6533; }
a { background-color: rgb(63,101,51); }
div.DivClassName
{
background-color: #3F6533;
}
.BgClassName
{
background-color: #3F6533;
}
</style>
border-color css
<style>
span { border-color: #3F6533; }
span { border-color: rgb(63,101,51); }
td.TdClassName
{
border-color: #3F6533;
}
.TagClassName
{
border-color: #3F6533;
}
</style>