Shades of Green House #3E5F33
Tints of Green House #3E5F33
RGB
CMYK
RGB Variations
Color information
#3E5F33 (or 0x3E5F33) is known color: Green House. HEX triplet: 3E, 5F and 33. RGB value is (62,95,51). Sum of RGB (Red+Green+Blue) = 62+95+51=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #3E5F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5F33 is #C1A0CC. Grayscale: #505050. Windows color (decimal): -12689613 or 3366718. OLE color: 3366718.
HSL color Cylindrical-coordinate representation of color #3E5F33: hue angle of 105º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E5F33 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 95 | 51 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.63 |
| HSL | 105º | 0.3% | 0.29% | - |
| HSV(B) | 105º | 0.46% | 0.37% | - |
| XYZ | 6.68 | 9.45 | 4.6 | - |
| YUV | 80.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 51 | 0.35 | 0 | 0.46 | 0.63 | 105 | 0.3 | 0.29 |
| Hex | 3E | 5F | 33 | 23 | 0 | 2E | 3F | 69 | 1E | 1D |
| Octal | 76 | 137 | 63 | 43 | 0 | 56 | 77 | 151 | 36 | 35 |
| Binary | 111110 | 1011111 | 110011 | 100011 | 0 | 101110 | 111111 | 1101001 | 11110 | 11101 |
Color Harmonies of #3E5F33
Complementary color
Monochromatic Colors of #3E5F33
Black with #3E5F33
Text Example
Text Example
White with #3E5F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5F33; }
p { color: rgb(62,95,51); }
H1.HeaderClassName
{
color: #3E5F33;
}
.AnyTagClassName
{
color: #3E5F33;
}
</style>
background-color css
<style>
a { background-color: #3E5F33; }
a { background-color: rgb(62,95,51); }
div.DivClassName
{
background-color: #3E5F33;
}
.BgClassName
{
background-color: #3E5F33;
}
</style>
border-color css
<style>
span { border-color: #3E5F33; }
span { border-color: rgb(62,95,51); }
td.TdClassName
{
border-color: #3E5F33;
}
.TagClassName
{
border-color: #3E5F33;
}
</style>