Shades of Parsley #375238
Tints of Parsley #375238
RGB
CMYK
RGB Variations
Color information
#375238 (or 0x375238) is known color: Parsley. HEX triplet: 37, 52 and 38. RGB value is (55,82,56). Sum of RGB (Red+Green+Blue) = 55+82+56=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #375238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375238 is #C8ADC7. Grayscale: #474747. Windows color (decimal): -13151688 or 3691063. OLE color: 3691063.
HSL color Cylindrical-coordinate representation of color #375238: hue angle of 122.22º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #375238 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 82 | 56 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.68 |
| HSL | 122.22º | 0.2% | 0.27% | - |
| HSV(B) | 122.22º | 0.33% | 0.32% | - |
| XYZ | 5.31 | 7.13 | 4.84 | - |
| YUV | 70.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 56 | 0.33 | 0 | 0.32 | 0.68 | 122.22 | 0.2 | 0.27 |
| Hex | 37 | 52 | 38 | 21 | 0 | 20 | 44 | 7A | 14 | 1B |
| Octal | 67 | 122 | 70 | 41 | 0 | 40 | 104 | 172 | 24 | 33 |
| Binary | 110111 | 1010010 | 111000 | 100001 | 0 | 100000 | 1000100 | 1111010 | 10100 | 11011 |
Color Harmonies of #375238
Complementary color
Monochromatic Colors of #375238
Black with #375238
Text Example
Text Example
White with #375238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375238; }
p { color: rgb(55,82,56); }
H1.HeaderClassName
{
color: #375238;
}
.AnyTagClassName
{
color: #375238;
}
</style>
background-color css
<style>
a { background-color: #375238; }
a { background-color: rgb(55,82,56); }
div.DivClassName
{
background-color: #375238;
}
.BgClassName
{
background-color: #375238;
}
</style>
border-color css
<style>
span { border-color: #375238; }
span { border-color: rgb(55,82,56); }
td.TdClassName
{
border-color: #375238;
}
.TagClassName
{
border-color: #375238;
}
</style>