Shades of Parsley #365238
Tints of Parsley #365238
RGB
CMYK
RGB Variations
Color information
#365238 (or 0x365238) is known color: Parsley. HEX triplet: 36, 52 and 38. RGB value is (54,82,56). Sum of RGB (Red+Green+Blue) = 54+82+56=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #365238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365238 is #C9ADC7. Grayscale: #464646. Windows color (decimal): -13217224 or 3691062. OLE color: 3691062.
HSL color Cylindrical-coordinate representation of color #365238: hue angle of 124.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365238 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 82 | 56 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.68 |
| HSL | 124.29º | 0.21% | 0.27% | - |
| HSV(B) | 124.29º | 0.34% | 0.32% | - |
| XYZ | 5.25 | 7.1 | 4.84 | - |
| YUV | 70.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 56 | 0.34 | 0 | 0.32 | 0.68 | 124.29 | 0.21 | 0.27 |
| Hex | 36 | 52 | 38 | 22 | 0 | 20 | 44 | 7C | 15 | 1B |
| Octal | 66 | 122 | 70 | 42 | 0 | 40 | 104 | 174 | 25 | 33 |
| Binary | 110110 | 1010010 | 111000 | 100010 | 0 | 100000 | 1000100 | 1111100 | 10101 | 11011 |
Color Harmonies of #365238
Complementary color
Monochromatic Colors of #365238
Black with #365238
Text Example
Text Example
White with #365238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365238; }
p { color: rgb(54,82,56); }
H1.HeaderClassName
{
color: #365238;
}
.AnyTagClassName
{
color: #365238;
}
</style>
background-color css
<style>
a { background-color: #365238; }
a { background-color: rgb(54,82,56); }
div.DivClassName
{
background-color: #365238;
}
.BgClassName
{
background-color: #365238;
}
</style>
border-color css
<style>
span { border-color: #365238; }
span { border-color: rgb(54,82,56); }
td.TdClassName
{
border-color: #365238;
}
.TagClassName
{
border-color: #365238;
}
</style>