Shades of Green House #356125
Tints of Green House #356125
RGB
CMYK
RGB Variations
Color information
#356125 (or 0x356125) is known color: Green House. HEX triplet: 35, 61 and 25. RGB value is (53,97,37). Sum of RGB (Red+Green+Blue) = 53+97+37=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #356125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356125 is #CA9EDA. Grayscale: #4D4D4D. Windows color (decimal): -13278939 or 2449717. OLE color: 2449717.
HSL color Cylindrical-coordinate representation of color #356125: hue angle of 104º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #356125 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 97 | 37 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.62 |
| HSL | 104º | 0.45% | 0.26% | - |
| HSV(B) | 104º | 0.62% | 0.38% | - |
| XYZ | 6.08 | 9.44 | 3.25 | - |
| YUV | 77 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 37 | 0.45 | 0 | 0.62 | 0.62 | 104 | 0.45 | 0.26 |
| Hex | 35 | 61 | 25 | 2D | 0 | 3E | 3E | 68 | 2D | 1A |
| Octal | 65 | 141 | 45 | 55 | 0 | 76 | 76 | 150 | 55 | 32 |
| Binary | 110101 | 1100001 | 100101 | 101101 | 0 | 111110 | 111110 | 1101000 | 101101 | 11010 |
Color Harmonies of #356125
Complementary color
Monochromatic Colors of #356125
Black with #356125
Text Example
Text Example
White with #356125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356125; }
p { color: rgb(53,97,37); }
H1.HeaderClassName
{
color: #356125;
}
.AnyTagClassName
{
color: #356125;
}
</style>
background-color css
<style>
a { background-color: #356125; }
a { background-color: rgb(53,97,37); }
div.DivClassName
{
background-color: #356125;
}
.BgClassName
{
background-color: #356125;
}
</style>
border-color css
<style>
span { border-color: #356125; }
span { border-color: rgb(53,97,37); }
td.TdClassName
{
border-color: #356125;
}
.TagClassName
{
border-color: #356125;
}
</style>