Shades of Parsley #374B37
Tints of Parsley #374B37
RGB
CMYK
RGB Variations
Color information
#374B37 (or 0x374B37) is known color: Parsley. HEX triplet: 37, 4B and 37. RGB value is (55,75,55). Sum of RGB (Red+Green+Blue) = 55+75+55=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #374B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B37 is #C8B4C8. Grayscale: #424242. Windows color (decimal): -13153481 or 3623735. OLE color: 3623735.
HSL color Cylindrical-coordinate representation of color #374B37: hue angle of 120º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #374B37 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 75 | 55 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.71 |
| HSL | 120º | 0.15% | 0.25% | - |
| HSV(B) | 120º | 0.27% | 0.29% | - |
| XYZ | 4.78 | 6.12 | 4.54 | - |
| YUV | 66.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 55 | 0.27 | 0 | 0.27 | 0.71 | 120 | 0.15 | 0.25 |
| Hex | 37 | 4B | 37 | 1B | 0 | 1B | 47 | 78 | F | 19 |
| Octal | 67 | 113 | 67 | 33 | 0 | 33 | 107 | 170 | 17 | 31 |
| Binary | 110111 | 1001011 | 110111 | 11011 | 0 | 11011 | 1000111 | 1111000 | 1111 | 11001 |
Color Harmonies of #374B37
Complementary color
Monochromatic Colors of #374B37
Black with #374B37
Text Example
Text Example
White with #374B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374B37; }
p { color: rgb(55,75,55); }
H1.HeaderClassName
{
color: #374B37;
}
.AnyTagClassName
{
color: #374B37;
}
</style>
background-color css
<style>
a { background-color: #374B37; }
a { background-color: rgb(55,75,55); }
div.DivClassName
{
background-color: #374B37;
}
.BgClassName
{
background-color: #374B37;
}
</style>
border-color css
<style>
span { border-color: #374B37; }
span { border-color: rgb(55,75,55); }
td.TdClassName
{
border-color: #374B37;
}
.TagClassName
{
border-color: #374B37;
}
</style>