Shades of Green House #35632C
Tints of Green House #35632C
RGB
CMYK
RGB Variations
Color information
#35632C (or 0x35632C) is known color: Green House. HEX triplet: 35, 63 and 2C. RGB value is (53,99,44). Sum of RGB (Red+Green+Blue) = 53+99+44=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #35632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35632C is #CA9CD3. Grayscale: #4F4F4F. Windows color (decimal): -13278420 or 2908981. OLE color: 2908981.
HSL color Cylindrical-coordinate representation of color #35632C: hue angle of 110.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35632C is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 99 | 44 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.61 |
| HSL | 110.18º | 0.38% | 0.28% | - |
| HSV(B) | 110.18º | 0.56% | 0.39% | - |
| XYZ | 6.38 | 9.86 | 3.95 | - |
| YUV | 78.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 44 | 0.46 | 0 | 0.56 | 0.61 | 110.18 | 0.38 | 0.28 |
| Hex | 35 | 63 | 2C | 2E | 0 | 38 | 3D | 6E | 26 | 1C |
| Octal | 65 | 143 | 54 | 56 | 0 | 70 | 75 | 156 | 46 | 34 |
| Binary | 110101 | 1100011 | 101100 | 101110 | 0 | 111000 | 111101 | 1101110 | 100110 | 11100 |
Color Harmonies of #35632C
Complementary color
Monochromatic Colors of #35632C
Black with #35632C
Text Example
Text Example
White with #35632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35632C; }
p { color: rgb(53,99,44); }
H1.HeaderClassName
{
color: #35632C;
}
.AnyTagClassName
{
color: #35632C;
}
</style>
background-color css
<style>
a { background-color: #35632C; }
a { background-color: rgb(53,99,44); }
div.DivClassName
{
background-color: #35632C;
}
.BgClassName
{
background-color: #35632C;
}
</style>
border-color css
<style>
span { border-color: #35632C; }
span { border-color: rgb(53,99,44); }
td.TdClassName
{
border-color: #35632C;
}
.TagClassName
{
border-color: #35632C;
}
</style>