Shades of Green House #397030
Tints of Green House #397030
RGB
CMYK
RGB Variations
Color information
#397030 (or 0x397030) is known color: Green House. HEX triplet: 39, 70 and 30. RGB value is (57,112,48). Sum of RGB (Red+Green+Blue) = 57+112+48=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #397030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397030 is #C68FCF. Grayscale: #585858. Windows color (decimal): -13012944 or 3174457. OLE color: 3174457.
HSL color Cylindrical-coordinate representation of color #397030: hue angle of 111.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #397030 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 112 | 48 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.56 |
| HSL | 111.56º | 0.4% | 0.31% | - |
| HSV(B) | 111.56º | 0.57% | 0.44% | - |
| XYZ | 8.02 | 12.67 | 4.82 | - |
| YUV | 88.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 48 | 0.49 | 0 | 0.57 | 0.56 | 111.56 | 0.4 | 0.31 |
| Hex | 39 | 70 | 30 | 31 | 0 | 39 | 38 | 70 | 28 | 1F |
| Octal | 71 | 160 | 60 | 61 | 0 | 71 | 70 | 160 | 50 | 37 |
| Binary | 111001 | 1110000 | 110000 | 110001 | 0 | 111001 | 111000 | 1110000 | 101000 | 11111 |
Color Harmonies of #397030
Complementary color
Monochromatic Colors of #397030
Black with #397030
Text Example
Text Example
White with #397030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397030; }
p { color: rgb(57,112,48); }
H1.HeaderClassName
{
color: #397030;
}
.AnyTagClassName
{
color: #397030;
}
</style>
background-color css
<style>
a { background-color: #397030; }
a { background-color: rgb(57,112,48); }
div.DivClassName
{
background-color: #397030;
}
.BgClassName
{
background-color: #397030;
}
</style>
border-color css
<style>
span { border-color: #397030; }
span { border-color: rgb(57,112,48); }
td.TdClassName
{
border-color: #397030;
}
.TagClassName
{
border-color: #397030;
}
</style>