Shades of Green House #335F2E
Tints of Green House #335F2E
RGB
CMYK
RGB Variations
Color information
#335F2E (or 0x335F2E) is known color: Green House. HEX triplet: 33, 5F and 2E. RGB value is (51,95,46). Sum of RGB (Red+Green+Blue) = 51+95+46=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #335F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335F2E is #CCA0D1. Grayscale: #4C4C4C. Windows color (decimal): -13410514 or 3039027. OLE color: 3039027.
HSL color Cylindrical-coordinate representation of color #335F2E: hue angle of 113.88º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #335F2E is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 95 | 46 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.63 |
| HSL | 113.88º | 0.35% | 0.28% | - |
| HSV(B) | 113.88º | 0.52% | 0.37% | - |
| XYZ | 5.95 | 9.09 | 4.02 | - |
| YUV | 76.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 46 | 0.46 | 0 | 0.52 | 0.63 | 113.88 | 0.35 | 0.28 |
| Hex | 33 | 5F | 2E | 2E | 0 | 34 | 3F | 72 | 23 | 1C |
| Octal | 63 | 137 | 56 | 56 | 0 | 64 | 77 | 162 | 43 | 34 |
| Binary | 110011 | 1011111 | 101110 | 101110 | 0 | 110100 | 111111 | 1110010 | 100011 | 11100 |
Color Harmonies of #335F2E
Complementary color
Monochromatic Colors of #335F2E
Black with #335F2E
Text Example
Text Example
White with #335F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335F2E; }
p { color: rgb(51,95,46); }
H1.HeaderClassName
{
color: #335F2E;
}
.AnyTagClassName
{
color: #335F2E;
}
</style>
background-color css
<style>
a { background-color: #335F2E; }
a { background-color: rgb(51,95,46); }
div.DivClassName
{
background-color: #335F2E;
}
.BgClassName
{
background-color: #335F2E;
}
</style>
border-color css
<style>
span { border-color: #335F2E; }
span { border-color: rgb(51,95,46); }
td.TdClassName
{
border-color: #335F2E;
}
.TagClassName
{
border-color: #335F2E;
}
</style>