Shades of Green House #3E5A34
Tints of Green House #3E5A34
RGB
CMYK
RGB Variations
Color information
#3E5A34 (or 0x3E5A34) is known color: Green House. HEX triplet: 3E, 5A and 34. RGB value is (62,90,52). Sum of RGB (Red+Green+Blue) = 62+90+52=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5A34 is #C1A5CB. Grayscale: #4D4D4D. Windows color (decimal): -12690892 or 3430974. OLE color: 3430974.
HSL color Cylindrical-coordinate representation of color #3E5A34: hue angle of 104.21º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E5A34 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 90 | 52 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.65 |
| HSL | 104.21º | 0.27% | 0.28% | - |
| HSV(B) | 104.21º | 0.42% | 0.35% | - |
| XYZ | 6.26 | 8.58 | 4.58 | - |
| YUV | 77.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 52 | 0.31 | 0 | 0.42 | 0.65 | 104.21 | 0.27 | 0.28 |
| Hex | 3E | 5A | 34 | 1F | 0 | 2A | 41 | 68 | 1B | 1C |
| Octal | 76 | 132 | 64 | 37 | 0 | 52 | 101 | 150 | 33 | 34 |
| Binary | 111110 | 1011010 | 110100 | 11111 | 0 | 101010 | 1000001 | 1101000 | 11011 | 11100 |
Color Harmonies of #3E5A34
Complementary color
Monochromatic Colors of #3E5A34
Black with #3E5A34
Text Example
Text Example
White with #3E5A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5A34; }
p { color: rgb(62,90,52); }
H1.HeaderClassName
{
color: #3E5A34;
}
.AnyTagClassName
{
color: #3E5A34;
}
</style>
background-color css
<style>
a { background-color: #3E5A34; }
a { background-color: rgb(62,90,52); }
div.DivClassName
{
background-color: #3E5A34;
}
.BgClassName
{
background-color: #3E5A34;
}
</style>
border-color css
<style>
span { border-color: #3E5A34; }
span { border-color: rgb(62,90,52); }
td.TdClassName
{
border-color: #3E5A34;
}
.TagClassName
{
border-color: #3E5A34;
}
</style>