Shades of Green House #396525
Tints of Green House #396525
RGB
CMYK
RGB Variations
Color information
#396525 (or 0x396525) is known color: Green House. HEX triplet: 39, 65 and 25. RGB value is (57,101,37). Sum of RGB (Red+Green+Blue) = 57+101+37=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #396525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396525 is #C69ADA. Grayscale: #505050. Windows color (decimal): -13015771 or 2450745. OLE color: 2450745.
HSL color Cylindrical-coordinate representation of color #396525: hue angle of 101.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396525 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 101 | 37 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.60 |
| HSL | 101.25º | 0.46% | 0.27% | - |
| HSV(B) | 101.25º | 0.63% | 0.4% | - |
| XYZ | 6.67 | 10.31 | 3.39 | - |
| YUV | 80.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 37 | 0.44 | 0 | 0.63 | 0.60 | 101.25 | 0.46 | 0.27 |
| Hex | 39 | 65 | 25 | 2C | 0 | 3F | 3C | 65 | 2E | 1B |
| Octal | 71 | 145 | 45 | 54 | 0 | 77 | 74 | 145 | 56 | 33 |
| Binary | 111001 | 1100101 | 100101 | 101100 | 0 | 111111 | 111100 | 1100101 | 101110 | 11011 |
Color Harmonies of #396525
Complementary color
Monochromatic Colors of #396525
Black with #396525
Text Example
Text Example
White with #396525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396525; }
p { color: rgb(57,101,37); }
H1.HeaderClassName
{
color: #396525;
}
.AnyTagClassName
{
color: #396525;
}
</style>
background-color css
<style>
a { background-color: #396525; }
a { background-color: rgb(57,101,37); }
div.DivClassName
{
background-color: #396525;
}
.BgClassName
{
background-color: #396525;
}
</style>
border-color css
<style>
span { border-color: #396525; }
span { border-color: rgb(57,101,37); }
td.TdClassName
{
border-color: #396525;
}
.TagClassName
{
border-color: #396525;
}
</style>