Shades of Green House #3F643B
Tints of Green House #3F643B
RGB
CMYK
RGB Variations
Color information
#3F643B (or 0x3F643B) is known color: Green House. HEX triplet: 3F, 64 and 3B. RGB value is (63,100,59). Sum of RGB (Red+Green+Blue) = 63+100+59=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #3F643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F643B is #C09BC4. Grayscale: #545454. Windows color (decimal): -12622789 or 3892287. OLE color: 3892287.
HSL color Cylindrical-coordinate representation of color #3F643B: hue angle of 114.15º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F643B is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 100 | 59 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.61 |
| HSL | 114.15º | 0.26% | 0.31% | - |
| HSV(B) | 114.15º | 0.41% | 0.39% | - |
| XYZ | 7.4 | 10.49 | 5.77 | - |
| YUV | 84.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 59 | 0.37 | 0 | 0.41 | 0.61 | 114.15 | 0.26 | 0.31 |
| Hex | 3F | 64 | 3B | 25 | 0 | 29 | 3D | 72 | 1A | 1F |
| Octal | 77 | 144 | 73 | 45 | 0 | 51 | 75 | 162 | 32 | 37 |
| Binary | 111111 | 1100100 | 111011 | 100101 | 0 | 101001 | 111101 | 1110010 | 11010 | 11111 |
Color Harmonies of #3F643B
Complementary color
Monochromatic Colors of #3F643B
Black with #3F643B
Text Example
Text Example
White with #3F643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F643B; }
p { color: rgb(63,100,59); }
H1.HeaderClassName
{
color: #3F643B;
}
.AnyTagClassName
{
color: #3F643B;
}
</style>
background-color css
<style>
a { background-color: #3F643B; }
a { background-color: rgb(63,100,59); }
div.DivClassName
{
background-color: #3F643B;
}
.BgClassName
{
background-color: #3F643B;
}
</style>
border-color css
<style>
span { border-color: #3F643B; }
span { border-color: rgb(63,100,59); }
td.TdClassName
{
border-color: #3F643B;
}
.TagClassName
{
border-color: #3F643B;
}
</style>