Shades of Green House #335B2D
Tints of Green House #335B2D
RGB
CMYK
RGB Variations
Color information
#335B2D (or 0x335B2D) is known color: Green House. HEX triplet: 33, 5B and 2D. RGB value is (51,91,45). Sum of RGB (Red+Green+Blue) = 51+91+45=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #335B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B2D is #CCA4D2. Grayscale: #494949. Windows color (decimal): -13411539 or 2972467. OLE color: 2972467.
HSL color Cylindrical-coordinate representation of color #335B2D: hue angle of 112.17º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335B2D is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 91 | 45 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.64 |
| HSL | 112.17º | 0.34% | 0.27% | - |
| HSV(B) | 112.17º | 0.51% | 0.36% | - |
| XYZ | 5.58 | 8.38 | 3.81 | - |
| YUV | 73.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 45 | 0.44 | 0 | 0.51 | 0.64 | 112.17 | 0.34 | 0.27 |
| Hex | 33 | 5B | 2D | 2C | 0 | 33 | 40 | 70 | 22 | 1B |
| Octal | 63 | 133 | 55 | 54 | 0 | 63 | 100 | 160 | 42 | 33 |
| Binary | 110011 | 1011011 | 101101 | 101100 | 0 | 110011 | 1000000 | 1110000 | 100010 | 11011 |
Color Harmonies of #335B2D
Complementary color
Monochromatic Colors of #335B2D
Black with #335B2D
Text Example
Text Example
White with #335B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B2D; }
p { color: rgb(51,91,45); }
H1.HeaderClassName
{
color: #335B2D;
}
.AnyTagClassName
{
color: #335B2D;
}
</style>
background-color css
<style>
a { background-color: #335B2D; }
a { background-color: rgb(51,91,45); }
div.DivClassName
{
background-color: #335B2D;
}
.BgClassName
{
background-color: #335B2D;
}
</style>
border-color css
<style>
span { border-color: #335B2D; }
span { border-color: rgb(51,91,45); }
td.TdClassName
{
border-color: #335B2D;
}
.TagClassName
{
border-color: #335B2D;
}
</style>