Shades of Green House #35602E
Tints of Green House #35602E
RGB
CMYK
RGB Variations
Color information
#35602E (or 0x35602E) is known color: Green House. HEX triplet: 35, 60 and 2E. RGB value is (53,96,46). Sum of RGB (Red+Green+Blue) = 53+96+46=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #35602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35602E is #CA9FD1. Grayscale: #4D4D4D. Windows color (decimal): -13279186 or 3039285. OLE color: 3039285.
HSL color Cylindrical-coordinate representation of color #35602E: hue angle of 111.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35602E is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 96 | 46 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.62 |
| HSL | 111.6º | 0.35% | 0.28% | - |
| HSV(B) | 111.6º | 0.52% | 0.38% | - |
| XYZ | 6.14 | 9.32 | 4.06 | - |
| YUV | 77.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 46 | 0.45 | 0 | 0.52 | 0.62 | 111.6 | 0.35 | 0.28 |
| Hex | 35 | 60 | 2E | 2D | 0 | 34 | 3E | 70 | 23 | 1C |
| Octal | 65 | 140 | 56 | 55 | 0 | 64 | 76 | 160 | 43 | 34 |
| Binary | 110101 | 1100000 | 101110 | 101101 | 0 | 110100 | 111110 | 1110000 | 100011 | 11100 |
Color Harmonies of #35602E
Complementary color
Monochromatic Colors of #35602E
Black with #35602E
Text Example
Text Example
White with #35602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35602E; }
p { color: rgb(53,96,46); }
H1.HeaderClassName
{
color: #35602E;
}
.AnyTagClassName
{
color: #35602E;
}
</style>
background-color css
<style>
a { background-color: #35602E; }
a { background-color: rgb(53,96,46); }
div.DivClassName
{
background-color: #35602E;
}
.BgClassName
{
background-color: #35602E;
}
</style>
border-color css
<style>
span { border-color: #35602E; }
span { border-color: rgb(53,96,46); }
td.TdClassName
{
border-color: #35602E;
}
.TagClassName
{
border-color: #35602E;
}
</style>