Shades of Green House #335D25
Tints of Green House #335D25
RGB
CMYK
RGB Variations
Color information
#335D25 (or 0x335D25) is known color: Green House. HEX triplet: 33, 5D and 25. RGB value is (51,93,37). Sum of RGB (Red+Green+Blue) = 51+93+37=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #335D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335D25 is #CCA2DA. Grayscale: #4A4A4A. Windows color (decimal): -13411035 or 2448691. OLE color: 2448691.
HSL color Cylindrical-coordinate representation of color #335D25: hue angle of 105º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335D25 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 93 | 37 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.64 |
| HSL | 105º | 0.43% | 0.25% | - |
| HSV(B) | 105º | 0.6% | 0.36% | - |
| XYZ | 5.61 | 8.67 | 3.13 | - |
| YUV | 74.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 37 | 0.45 | 0 | 0.60 | 0.64 | 105 | 0.43 | 0.25 |
| Hex | 33 | 5D | 25 | 2D | 0 | 3C | 40 | 69 | 2B | 19 |
| Octal | 63 | 135 | 45 | 55 | 0 | 74 | 100 | 151 | 53 | 31 |
| Binary | 110011 | 1011101 | 100101 | 101101 | 0 | 111100 | 1000000 | 1101001 | 101011 | 11001 |
Color Harmonies of #335D25
Complementary color
Monochromatic Colors of #335D25
Black with #335D25
Text Example
Text Example
White with #335D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D25; }
p { color: rgb(51,93,37); }
H1.HeaderClassName
{
color: #335D25;
}
.AnyTagClassName
{
color: #335D25;
}
</style>
background-color css
<style>
a { background-color: #335D25; }
a { background-color: rgb(51,93,37); }
div.DivClassName
{
background-color: #335D25;
}
.BgClassName
{
background-color: #335D25;
}
</style>
border-color css
<style>
span { border-color: #335D25; }
span { border-color: rgb(51,93,37); }
td.TdClassName
{
border-color: #335D25;
}
.TagClassName
{
border-color: #335D25;
}
</style>