Shades of Green House #396735
Tints of Green House #396735
RGB
CMYK
RGB Variations
Color information
#396735 (or 0x396735) is known color: Green House. HEX triplet: 39, 67 and 35. RGB value is (57,103,53). Sum of RGB (Red+Green+Blue) = 57+103+53=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #396735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396735 is #C698CA. Grayscale: #535353. Windows color (decimal): -13015243 or 3499833. OLE color: 3499833.
HSL color Cylindrical-coordinate representation of color #396735: hue angle of 115.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396735 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 103 | 53 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.60 |
| HSL | 115.2º | 0.32% | 0.31% | - |
| HSV(B) | 115.2º | 0.49% | 0.4% | - |
| XYZ | 7.18 | 10.83 | 5.08 | - |
| YUV | 83.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 53 | 0.45 | 0 | 0.49 | 0.60 | 115.2 | 0.32 | 0.31 |
| Hex | 39 | 67 | 35 | 2D | 0 | 31 | 3C | 73 | 20 | 1F |
| Octal | 71 | 147 | 65 | 55 | 0 | 61 | 74 | 163 | 40 | 37 |
| Binary | 111001 | 1100111 | 110101 | 101101 | 0 | 110001 | 111100 | 1110011 | 100000 | 11111 |
Color Harmonies of #396735
Complementary color
Monochromatic Colors of #396735
Black with #396735
Text Example
Text Example
White with #396735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396735; }
p { color: rgb(57,103,53); }
H1.HeaderClassName
{
color: #396735;
}
.AnyTagClassName
{
color: #396735;
}
</style>
background-color css
<style>
a { background-color: #396735; }
a { background-color: rgb(57,103,53); }
div.DivClassName
{
background-color: #396735;
}
.BgClassName
{
background-color: #396735;
}
</style>
border-color css
<style>
span { border-color: #396735; }
span { border-color: rgb(57,103,53); }
td.TdClassName
{
border-color: #396735;
}
.TagClassName
{
border-color: #396735;
}
</style>