Shades of Green House #375D22
Tints of Green House #375D22
RGB
CMYK
RGB Variations
Color information
#375D22 (or 0x375D22) is known color: Green House. HEX triplet: 37, 5D and 22. RGB value is (55,93,34). Sum of RGB (Red+Green+Blue) = 55+93+34=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #375D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375D22 is #C8A2DD. Grayscale: #4B4B4B. Windows color (decimal): -13148894 or 2252087. OLE color: 2252087.
HSL color Cylindrical-coordinate representation of color #375D22: hue angle of 98.64º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #375D22 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 93 | 34 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.64 |
| HSL | 98.64º | 0.46% | 0.25% | - |
| HSV(B) | 98.64º | 0.63% | 0.36% | - |
| XYZ | 5.78 | 8.76 | 2.9 | - |
| YUV | 74.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 34 | 0.41 | 0 | 0.63 | 0.64 | 98.64 | 0.46 | 0.25 |
| Hex | 37 | 5D | 22 | 29 | 0 | 3F | 40 | 63 | 2E | 19 |
| Octal | 67 | 135 | 42 | 51 | 0 | 77 | 100 | 143 | 56 | 31 |
| Binary | 110111 | 1011101 | 100010 | 101001 | 0 | 111111 | 1000000 | 1100011 | 101110 | 11001 |
Color Harmonies of #375D22
Complementary color
Monochromatic Colors of #375D22
Black with #375D22
Text Example
Text Example
White with #375D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D22; }
p { color: rgb(55,93,34); }
H1.HeaderClassName
{
color: #375D22;
}
.AnyTagClassName
{
color: #375D22;
}
</style>
background-color css
<style>
a { background-color: #375D22; }
a { background-color: rgb(55,93,34); }
div.DivClassName
{
background-color: #375D22;
}
.BgClassName
{
background-color: #375D22;
}
</style>
border-color css
<style>
span { border-color: #375D22; }
span { border-color: rgb(55,93,34); }
td.TdClassName
{
border-color: #375D22;
}
.TagClassName
{
border-color: #375D22;
}
</style>