Shades of Green House #396325
Tints of Green House #396325
RGB
CMYK
RGB Variations
Color information
#396325 (or 0x396325) is known color: Green House. HEX triplet: 39, 63 and 25. RGB value is (57,99,37). Sum of RGB (Red+Green+Blue) = 57+99+37=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #396325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396325 is #C69CDA. Grayscale: #4F4F4F. Windows color (decimal): -13016283 or 2450233. OLE color: 2450233.
HSL color Cylindrical-coordinate representation of color #396325: hue angle of 100.65º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396325 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 99 | 37 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.61 |
| HSL | 100.65º | 0.46% | 0.27% | - |
| HSV(B) | 100.65º | 0.63% | 0.39% | - |
| XYZ | 6.48 | 9.93 | 3.32 | - |
| YUV | 79.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 37 | 0.42 | 0 | 0.63 | 0.61 | 100.65 | 0.46 | 0.27 |
| Hex | 39 | 63 | 25 | 2A | 0 | 3F | 3D | 65 | 2E | 1B |
| Octal | 71 | 143 | 45 | 52 | 0 | 77 | 75 | 145 | 56 | 33 |
| Binary | 111001 | 1100011 | 100101 | 101010 | 0 | 111111 | 111101 | 1100101 | 101110 | 11011 |
Color Harmonies of #396325
Complementary color
Monochromatic Colors of #396325
Black with #396325
Text Example
Text Example
White with #396325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396325; }
p { color: rgb(57,99,37); }
H1.HeaderClassName
{
color: #396325;
}
.AnyTagClassName
{
color: #396325;
}
</style>
background-color css
<style>
a { background-color: #396325; }
a { background-color: rgb(57,99,37); }
div.DivClassName
{
background-color: #396325;
}
.BgClassName
{
background-color: #396325;
}
</style>
border-color css
<style>
span { border-color: #396325; }
span { border-color: rgb(57,99,37); }
td.TdClassName
{
border-color: #396325;
}
.TagClassName
{
border-color: #396325;
}
</style>