Shades of Green House #396C30
Tints of Green House #396C30
RGB
CMYK
RGB Variations
Color information
#396C30 (or 0x396C30) is known color: Green House. HEX triplet: 39, 6C and 30. RGB value is (57,108,48). Sum of RGB (Red+Green+Blue) = 57+108+48=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #396C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C30 is #C693CF. Grayscale: #565656. Windows color (decimal): -13013968 or 3173433. OLE color: 3173433.
HSL color Cylindrical-coordinate representation of color #396C30: hue angle of 111º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396C30 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 108 | 48 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.58 |
| HSL | 111º | 0.38% | 0.31% | - |
| HSV(B) | 111º | 0.56% | 0.42% | - |
| XYZ | 7.58 | 11.81 | 4.68 | - |
| YUV | 85.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 48 | 0.47 | 0 | 0.56 | 0.58 | 111 | 0.38 | 0.31 |
| Hex | 39 | 6C | 30 | 2F | 0 | 38 | 3A | 6F | 26 | 1F |
| Octal | 71 | 154 | 60 | 57 | 0 | 70 | 72 | 157 | 46 | 37 |
| Binary | 111001 | 1101100 | 110000 | 101111 | 0 | 111000 | 111010 | 1101111 | 100110 | 11111 |
Color Harmonies of #396C30
Complementary color
Monochromatic Colors of #396C30
Black with #396C30
Text Example
Text Example
White with #396C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C30; }
p { color: rgb(57,108,48); }
H1.HeaderClassName
{
color: #396C30;
}
.AnyTagClassName
{
color: #396C30;
}
</style>
background-color css
<style>
a { background-color: #396C30; }
a { background-color: rgb(57,108,48); }
div.DivClassName
{
background-color: #396C30;
}
.BgClassName
{
background-color: #396C30;
}
</style>
border-color css
<style>
span { border-color: #396C30; }
span { border-color: rgb(57,108,48); }
td.TdClassName
{
border-color: #396C30;
}
.TagClassName
{
border-color: #396C30;
}
</style>