Shades of Green House #3E643C
Tints of Green House #3E643C
RGB
CMYK
RGB Variations
Color information
#3E643C (or 0x3E643C) is known color: Green House. HEX triplet: 3E, 64 and 3C. RGB value is (62,100,60). Sum of RGB (Red+Green+Blue) = 62+100+60=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #3E643C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E643C is #C19BC3. Grayscale: #545454. Windows color (decimal): -12688324 or 3957822. OLE color: 3957822.
HSL color Cylindrical-coordinate representation of color #3E643C: hue angle of 117º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E643C is Cyan = 0.38, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 100 | 60 | - |
| CMYK | 0.38 | 0 | 0.4 | 0.61 |
| HSL | 117º | 0.25% | 0.31% | - |
| HSV(B) | 117º | 0.4% | 0.39% | - |
| XYZ | 7.36 | 10.46 | 5.91 | - |
| YUV | 84.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 60 | 0.38 | 0 | 0.4 | 0.61 | 117 | 0.25 | 0.31 |
| Hex | 3E | 64 | 3C | 26 | 0 | 28 | 3D | 75 | 19 | 1F |
| Octal | 76 | 144 | 74 | 46 | 0 | 50 | 75 | 165 | 31 | 37 |
| Binary | 111110 | 1100100 | 111100 | 100110 | 0 | 101000 | 111101 | 1110101 | 11001 | 11111 |
Color Harmonies of #3E643C
Complementary color
Monochromatic Colors of #3E643C
Black with #3E643C
Text Example
Text Example
White with #3E643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E643C; }
p { color: rgb(62,100,60); }
H1.HeaderClassName
{
color: #3E643C;
}
.AnyTagClassName
{
color: #3E643C;
}
</style>
background-color css
<style>
a { background-color: #3E643C; }
a { background-color: rgb(62,100,60); }
div.DivClassName
{
background-color: #3E643C;
}
.BgClassName
{
background-color: #3E643C;
}
</style>
border-color css
<style>
span { border-color: #3E643C; }
span { border-color: rgb(62,100,60); }
td.TdClassName
{
border-color: #3E643C;
}
.TagClassName
{
border-color: #3E643C;
}
</style>