Shades of Green House #395E2A
Tints of Green House #395E2A
RGB
CMYK
RGB Variations
Color information
#395E2A (or 0x395E2A) is known color: Green House. HEX triplet: 39, 5E and 2A. RGB value is (57,94,42). Sum of RGB (Red+Green+Blue) = 57+94+42=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #395E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395E2A is #C6A1D5. Grayscale: #4D4D4D. Windows color (decimal): -13017558 or 2776633. OLE color: 2776633.
HSL color Cylindrical-coordinate representation of color #395E2A: hue angle of 102.69º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #395E2A is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 94 | 42 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.63 |
| HSL | 102.69º | 0.38% | 0.27% | - |
| HSV(B) | 102.69º | 0.55% | 0.37% | - |
| XYZ | 6.11 | 9.04 | 3.61 | - |
| YUV | 77.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 42 | 0.39 | 0 | 0.55 | 0.63 | 102.69 | 0.38 | 0.27 |
| Hex | 39 | 5E | 2A | 27 | 0 | 37 | 3F | 67 | 26 | 1B |
| Octal | 71 | 136 | 52 | 47 | 0 | 67 | 77 | 147 | 46 | 33 |
| Binary | 111001 | 1011110 | 101010 | 100111 | 0 | 110111 | 111111 | 1100111 | 100110 | 11011 |
Color Harmonies of #395E2A
Complementary color
Monochromatic Colors of #395E2A
Black with #395E2A
Text Example
Text Example
White with #395E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395E2A; }
p { color: rgb(57,94,42); }
H1.HeaderClassName
{
color: #395E2A;
}
.AnyTagClassName
{
color: #395E2A;
}
</style>
background-color css
<style>
a { background-color: #395E2A; }
a { background-color: rgb(57,94,42); }
div.DivClassName
{
background-color: #395E2A;
}
.BgClassName
{
background-color: #395E2A;
}
</style>
border-color css
<style>
span { border-color: #395E2A; }
span { border-color: rgb(57,94,42); }
td.TdClassName
{
border-color: #395E2A;
}
.TagClassName
{
border-color: #395E2A;
}
</style>