Shades of Green House #395D27
Tints of Green House #395D27
RGB
CMYK
RGB Variations
Color information
#395D27 (or 0x395D27) is known color: Green House. HEX triplet: 39, 5D and 27. RGB value is (57,93,39). Sum of RGB (Red+Green+Blue) = 57+93+39=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #395D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D27 is #C6A2D8. Grayscale: #4C4C4C. Windows color (decimal): -13017817 or 2579769. OLE color: 2579769.
HSL color Cylindrical-coordinate representation of color #395D27: hue angle of 100º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395D27 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 93 | 39 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.64 |
| HSL | 100º | 0.41% | 0.26% | - |
| HSV(B) | 100º | 0.58% | 0.36% | - |
| XYZ | 5.97 | 8.85 | 3.31 | - |
| YUV | 76.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 39 | 0.39 | 0 | 0.58 | 0.64 | 100 | 0.41 | 0.26 |
| Hex | 39 | 5D | 27 | 27 | 0 | 3A | 40 | 64 | 29 | 1A |
| Octal | 71 | 135 | 47 | 47 | 0 | 72 | 100 | 144 | 51 | 32 |
| Binary | 111001 | 1011101 | 100111 | 100111 | 0 | 111010 | 1000000 | 1100100 | 101001 | 11010 |
Color Harmonies of #395D27
Complementary color
Monochromatic Colors of #395D27
Black with #395D27
Text Example
Text Example
White with #395D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D27; }
p { color: rgb(57,93,39); }
H1.HeaderClassName
{
color: #395D27;
}
.AnyTagClassName
{
color: #395D27;
}
</style>
background-color css
<style>
a { background-color: #395D27; }
a { background-color: rgb(57,93,39); }
div.DivClassName
{
background-color: #395D27;
}
.BgClassName
{
background-color: #395D27;
}
</style>
border-color css
<style>
span { border-color: #395D27; }
span { border-color: rgb(57,93,39); }
td.TdClassName
{
border-color: #395D27;
}
.TagClassName
{
border-color: #395D27;
}
</style>