Shades of Parsley #375A37
Tints of Parsley #375A37
RGB
CMYK
RGB Variations
Color information
#375A37 (or 0x375A37) is known color: Parsley. HEX triplet: 37, 5A and 37. RGB value is (55,90,55). Sum of RGB (Red+Green+Blue) = 55+90+55=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #375A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A37 is #C8A5C8. Grayscale: #4B4B4B. Windows color (decimal): -13149641 or 3627575. OLE color: 3627575.
HSL color Cylindrical-coordinate representation of color #375A37: hue angle of 120º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #375A37 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 90 | 55 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.65 |
| HSL | 120º | 0.24% | 0.28% | - |
| HSV(B) | 120º | 0.39% | 0.35% | - |
| XYZ | 5.92 | 8.4 | 4.92 | - |
| YUV | 75.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 55 | 0.39 | 0 | 0.39 | 0.65 | 120 | 0.24 | 0.28 |
| Hex | 37 | 5A | 37 | 27 | 0 | 27 | 41 | 78 | 18 | 1C |
| Octal | 67 | 132 | 67 | 47 | 0 | 47 | 101 | 170 | 30 | 34 |
| Binary | 110111 | 1011010 | 110111 | 100111 | 0 | 100111 | 1000001 | 1111000 | 11000 | 11100 |
Color Harmonies of #375A37
Complementary color
Monochromatic Colors of #375A37
Black with #375A37
Text Example
Text Example
White with #375A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A37; }
p { color: rgb(55,90,55); }
H1.HeaderClassName
{
color: #375A37;
}
.AnyTagClassName
{
color: #375A37;
}
</style>
background-color css
<style>
a { background-color: #375A37; }
a { background-color: rgb(55,90,55); }
div.DivClassName
{
background-color: #375A37;
}
.BgClassName
{
background-color: #375A37;
}
</style>
border-color css
<style>
span { border-color: #375A37; }
span { border-color: rgb(55,90,55); }
td.TdClassName
{
border-color: #375A37;
}
.TagClassName
{
border-color: #375A37;
}
</style>