Shades of Green House #335B2C
Tints of Green House #335B2C
RGB
CMYK
RGB Variations
Color information
#335B2C (or 0x335B2C) is known color: Green House. HEX triplet: 33, 5B and 2C. RGB value is (51,91,44). Sum of RGB (Red+Green+Blue) = 51+91+44=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #335B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B2C is #CCA4D3. Grayscale: #494949. Windows color (decimal): -13411540 or 2906931. OLE color: 2906931.
HSL color Cylindrical-coordinate representation of color #335B2C: hue angle of 111.06º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #335B2C is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 91 | 44 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.64 |
| HSL | 111.06º | 0.35% | 0.26% | - |
| HSV(B) | 111.06º | 0.52% | 0.36% | - |
| XYZ | 5.56 | 8.37 | 3.7 | - |
| YUV | 73.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 44 | 0.44 | 0 | 0.52 | 0.64 | 111.06 | 0.35 | 0.26 |
| Hex | 33 | 5B | 2C | 2C | 0 | 34 | 40 | 6F | 23 | 1A |
| Octal | 63 | 133 | 54 | 54 | 0 | 64 | 100 | 157 | 43 | 32 |
| Binary | 110011 | 1011011 | 101100 | 101100 | 0 | 110100 | 1000000 | 1101111 | 100011 | 11010 |
Color Harmonies of #335B2C
Complementary color
Monochromatic Colors of #335B2C
Black with #335B2C
Text Example
Text Example
White with #335B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B2C; }
p { color: rgb(51,91,44); }
H1.HeaderClassName
{
color: #335B2C;
}
.AnyTagClassName
{
color: #335B2C;
}
</style>
background-color css
<style>
a { background-color: #335B2C; }
a { background-color: rgb(51,91,44); }
div.DivClassName
{
background-color: #335B2C;
}
.BgClassName
{
background-color: #335B2C;
}
</style>
border-color css
<style>
span { border-color: #335B2C; }
span { border-color: rgb(51,91,44); }
td.TdClassName
{
border-color: #335B2C;
}
.TagClassName
{
border-color: #335B2C;
}
</style>