Shades of Green House #395A2B
Tints of Green House #395A2B
RGB
CMYK
RGB Variations
Color information
#395A2B (or 0x395A2B) is known color: Green House. HEX triplet: 39, 5A and 2B. RGB value is (57,90,43). Sum of RGB (Red+Green+Blue) = 57+90+43=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #395A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A2B is #C6A5D4. Grayscale: #4A4A4A. Windows color (decimal): -13018581 or 2841145. OLE color: 2841145.
HSL color Cylindrical-coordinate representation of color #395A2B: hue angle of 102.13º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395A2B is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 90 | 43 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.65 |
| HSL | 102.13º | 0.35% | 0.26% | - |
| HSV(B) | 102.13º | 0.52% | 0.35% | - |
| XYZ | 5.78 | 8.36 | 3.59 | - |
| YUV | 74.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 43 | 0.37 | 0 | 0.52 | 0.65 | 102.13 | 0.35 | 0.26 |
| Hex | 39 | 5A | 2B | 25 | 0 | 34 | 41 | 66 | 23 | 1A |
| Octal | 71 | 132 | 53 | 45 | 0 | 64 | 101 | 146 | 43 | 32 |
| Binary | 111001 | 1011010 | 101011 | 100101 | 0 | 110100 | 1000001 | 1100110 | 100011 | 11010 |
Color Harmonies of #395A2B
Complementary color
Monochromatic Colors of #395A2B
Black with #395A2B
Text Example
Text Example
White with #395A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A2B; }
p { color: rgb(57,90,43); }
H1.HeaderClassName
{
color: #395A2B;
}
.AnyTagClassName
{
color: #395A2B;
}
</style>
background-color css
<style>
a { background-color: #395A2B; }
a { background-color: rgb(57,90,43); }
div.DivClassName
{
background-color: #395A2B;
}
.BgClassName
{
background-color: #395A2B;
}
</style>
border-color css
<style>
span { border-color: #395A2B; }
span { border-color: rgb(57,90,43); }
td.TdClassName
{
border-color: #395A2B;
}
.TagClassName
{
border-color: #395A2B;
}
</style>