Shades of Green House #335F2C
Tints of Green House #335F2C
RGB
CMYK
RGB Variations
Color information
#335F2C (or 0x335F2C) is known color: Green House. HEX triplet: 33, 5F and 2C. RGB value is (51,95,44). Sum of RGB (Red+Green+Blue) = 51+95+44=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #335F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335F2C is #CCA0D3. Grayscale: #4C4C4C. Windows color (decimal): -13410516 or 2907955. OLE color: 2907955.
HSL color Cylindrical-coordinate representation of color #335F2C: hue angle of 111.76º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #335F2C is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 95 | 44 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.63 |
| HSL | 111.76º | 0.37% | 0.27% | - |
| HSV(B) | 111.76º | 0.54% | 0.37% | - |
| XYZ | 5.91 | 9.07 | 3.82 | - |
| YUV | 76.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 44 | 0.46 | 0 | 0.54 | 0.63 | 111.76 | 0.37 | 0.27 |
| Hex | 33 | 5F | 2C | 2E | 0 | 36 | 3F | 70 | 25 | 1B |
| Octal | 63 | 137 | 54 | 56 | 0 | 66 | 77 | 160 | 45 | 33 |
| Binary | 110011 | 1011111 | 101100 | 101110 | 0 | 110110 | 111111 | 1110000 | 100101 | 11011 |
Color Harmonies of #335F2C
Complementary color
Monochromatic Colors of #335F2C
Black with #335F2C
Text Example
Text Example
White with #335F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335F2C; }
p { color: rgb(51,95,44); }
H1.HeaderClassName
{
color: #335F2C;
}
.AnyTagClassName
{
color: #335F2C;
}
</style>
background-color css
<style>
a { background-color: #335F2C; }
a { background-color: rgb(51,95,44); }
div.DivClassName
{
background-color: #335F2C;
}
.BgClassName
{
background-color: #335F2C;
}
</style>
border-color css
<style>
span { border-color: #335F2C; }
span { border-color: rgb(51,95,44); }
td.TdClassName
{
border-color: #335F2C;
}
.TagClassName
{
border-color: #335F2C;
}
</style>