Shades of Green House #395C2B
Tints of Green House #395C2B
RGB
CMYK
RGB Variations
Color information
#395C2B (or 0x395C2B) is known color: Green House. HEX triplet: 39, 5C and 2B. RGB value is (57,92,43). Sum of RGB (Red+Green+Blue) = 57+92+43=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #395C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C2B is #C6A3D4. Grayscale: #4C4C4C. Windows color (decimal): -13018069 or 2841657. OLE color: 2841657.
HSL color Cylindrical-coordinate representation of color #395C2B: hue angle of 102.86º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #395C2B is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 92 | 43 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.64 |
| HSL | 102.86º | 0.36% | 0.26% | - |
| HSV(B) | 102.86º | 0.53% | 0.36% | - |
| XYZ | 5.95 | 8.7 | 3.65 | - |
| YUV | 75.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 43 | 0.38 | 0 | 0.53 | 0.64 | 102.86 | 0.36 | 0.26 |
| Hex | 39 | 5C | 2B | 26 | 0 | 35 | 40 | 67 | 24 | 1A |
| Octal | 71 | 134 | 53 | 46 | 0 | 65 | 100 | 147 | 44 | 32 |
| Binary | 111001 | 1011100 | 101011 | 100110 | 0 | 110101 | 1000000 | 1100111 | 100100 | 11010 |
Color Harmonies of #395C2B
Complementary color
Monochromatic Colors of #395C2B
Black with #395C2B
Text Example
Text Example
White with #395C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C2B; }
p { color: rgb(57,92,43); }
H1.HeaderClassName
{
color: #395C2B;
}
.AnyTagClassName
{
color: #395C2B;
}
</style>
background-color css
<style>
a { background-color: #395C2B; }
a { background-color: rgb(57,92,43); }
div.DivClassName
{
background-color: #395C2B;
}
.BgClassName
{
background-color: #395C2B;
}
</style>
border-color css
<style>
span { border-color: #395C2B; }
span { border-color: rgb(57,92,43); }
td.TdClassName
{
border-color: #395C2B;
}
.TagClassName
{
border-color: #395C2B;
}
</style>