Shades of Green House #3E663B
Tints of Green House #3E663B
RGB
CMYK
RGB Variations
Color information
#3E663B (or 0x3E663B) is known color: Green House. HEX triplet: 3E, 66 and 3B. RGB value is (62,102,59). Sum of RGB (Red+Green+Blue) = 62+102+59=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #3E663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E663B is #C199C4. Grayscale: #555555. Windows color (decimal): -12687813 or 3892798. OLE color: 3892798.
HSL color Cylindrical-coordinate representation of color #3E663B: hue angle of 115.81º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E663B is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 102 | 59 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.6 |
| HSL | 115.81º | 0.27% | 0.32% | - |
| HSV(B) | 115.81º | 0.42% | 0.4% | - |
| XYZ | 7.53 | 10.84 | 5.83 | - |
| YUV | 85.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 59 | 0.39 | 0 | 0.42 | 0.6 | 115.81 | 0.27 | 0.32 |
| Hex | 3E | 66 | 3B | 27 | 0 | 2A | 3C | 74 | 1B | 20 |
| Octal | 76 | 146 | 73 | 47 | 0 | 52 | 74 | 164 | 33 | 40 |
| Binary | 111110 | 1100110 | 111011 | 100111 | 0 | 101010 | 111100 | 1110100 | 11011 | 100000 |
Color Harmonies of #3E663B
Complementary color
Monochromatic Colors of #3E663B
Black with #3E663B
Text Example
Text Example
White with #3E663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E663B; }
p { color: rgb(62,102,59); }
H1.HeaderClassName
{
color: #3E663B;
}
.AnyTagClassName
{
color: #3E663B;
}
</style>
background-color css
<style>
a { background-color: #3E663B; }
a { background-color: rgb(62,102,59); }
div.DivClassName
{
background-color: #3E663B;
}
.BgClassName
{
background-color: #3E663B;
}
</style>
border-color css
<style>
span { border-color: #3E663B; }
span { border-color: rgb(62,102,59); }
td.TdClassName
{
border-color: #3E663B;
}
.TagClassName
{
border-color: #3E663B;
}
</style>