Shades of Green House #3F6433
Tints of Green House #3F6433
RGB
CMYK
RGB Variations
Color information
#3F6433 (or 0x3F6433) is known color: Green House. HEX triplet: 3F, 64 and 33. RGB value is (63,100,51). Sum of RGB (Red+Green+Blue) = 63+100+51=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #3F6433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6433 is #C09BCC. Grayscale: #535353. Windows color (decimal): -12622797 or 3367999. OLE color: 3367999.
HSL color Cylindrical-coordinate representation of color #3F6433: hue angle of 105.31º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F6433 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 100 | 51 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.61 |
| HSL | 105.31º | 0.32% | 0.3% | - |
| HSV(B) | 105.31º | 0.49% | 0.39% | - |
| XYZ | 7.2 | 10.41 | 4.76 | - |
| YUV | 83.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 51 | 0.37 | 0 | 0.49 | 0.61 | 105.31 | 0.32 | 0.3 |
| Hex | 3F | 64 | 33 | 25 | 0 | 31 | 3D | 69 | 20 | 1E |
| Octal | 77 | 144 | 63 | 45 | 0 | 61 | 75 | 151 | 40 | 36 |
| Binary | 111111 | 1100100 | 110011 | 100101 | 0 | 110001 | 111101 | 1101001 | 100000 | 11110 |
Color Harmonies of #3F6433
Complementary color
Monochromatic Colors of #3F6433
Black with #3F6433
Text Example
Text Example
White with #3F6433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6433; }
p { color: rgb(63,100,51); }
H1.HeaderClassName
{
color: #3F6433;
}
.AnyTagClassName
{
color: #3F6433;
}
</style>
background-color css
<style>
a { background-color: #3F6433; }
a { background-color: rgb(63,100,51); }
div.DivClassName
{
background-color: #3F6433;
}
.BgClassName
{
background-color: #3F6433;
}
</style>
border-color css
<style>
span { border-color: #3F6433; }
span { border-color: rgb(63,100,51); }
td.TdClassName
{
border-color: #3F6433;
}
.TagClassName
{
border-color: #3F6433;
}
</style>