Shades of Green House #356824
Tints of Green House #356824
RGB
CMYK
RGB Variations
Color information
#356824 (or 0x356824) is known color: Green House. HEX triplet: 35, 68 and 24. RGB value is (53,104,36). Sum of RGB (Red+Green+Blue) = 53+104+36=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #356824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356824 is #CA97DB. Grayscale: #515151. Windows color (decimal): -13277148 or 2385973. OLE color: 2385973.
HSL color Cylindrical-coordinate representation of color #356824: hue angle of 105º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356824 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 36 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.59 |
| HSL | 105º | 0.49% | 0.27% | - |
| HSV(B) | 105º | 0.65% | 0.41% | - |
| XYZ | 6.74 | 10.78 | 3.4 | - |
| YUV | 81 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 36 | 0.49 | 0 | 0.65 | 0.59 | 105 | 0.49 | 0.27 |
| Hex | 35 | 68 | 24 | 31 | 0 | 41 | 3B | 69 | 31 | 1B |
| Octal | 65 | 150 | 44 | 61 | 0 | 101 | 73 | 151 | 61 | 33 |
| Binary | 110101 | 1101000 | 100100 | 110001 | 0 | 1000001 | 111011 | 1101001 | 110001 | 11011 |
Color Harmonies of #356824
Complementary color
Monochromatic Colors of #356824
Black with #356824
Text Example
Text Example
White with #356824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356824; }
p { color: rgb(53,104,36); }
H1.HeaderClassName
{
color: #356824;
}
.AnyTagClassName
{
color: #356824;
}
</style>
background-color css
<style>
a { background-color: #356824; }
a { background-color: rgb(53,104,36); }
div.DivClassName
{
background-color: #356824;
}
.BgClassName
{
background-color: #356824;
}
</style>
border-color css
<style>
span { border-color: #356824; }
span { border-color: rgb(53,104,36); }
td.TdClassName
{
border-color: #356824;
}
.TagClassName
{
border-color: #356824;
}
</style>