Shades of Parsley #365F36
Tints of Parsley #365F36
RGB
CMYK
RGB Variations
Color information
#365F36 (or 0x365F36) is known color: Parsley. HEX triplet: 36, 5F and 36. RGB value is (54,95,54). Sum of RGB (Red+Green+Blue) = 54+95+54=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #365F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F36 is #C9A0C9. Grayscale: #4E4E4E. Windows color (decimal): -13213898 or 3563318. OLE color: 3563318.
HSL color Cylindrical-coordinate representation of color #365F36: hue angle of 120º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F36 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 95 | 54 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.63 |
| HSL | 120º | 0.28% | 0.29% | - |
| HSV(B) | 120º | 0.43% | 0.37% | - |
| XYZ | 6.28 | 9.24 | 4.94 | - |
| YUV | 78.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 54 | 0.43 | 0 | 0.43 | 0.63 | 120 | 0.28 | 0.29 |
| Hex | 36 | 5F | 36 | 2B | 0 | 2B | 3F | 78 | 1C | 1D |
| Octal | 66 | 137 | 66 | 53 | 0 | 53 | 77 | 170 | 34 | 35 |
| Binary | 110110 | 1011111 | 110110 | 101011 | 0 | 101011 | 111111 | 1111000 | 11100 | 11101 |
Color Harmonies of #365F36
Complementary color
Monochromatic Colors of #365F36
Black with #365F36
Text Example
Text Example
White with #365F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F36; }
p { color: rgb(54,95,54); }
H1.HeaderClassName
{
color: #365F36;
}
.AnyTagClassName
{
color: #365F36;
}
</style>
background-color css
<style>
a { background-color: #365F36; }
a { background-color: rgb(54,95,54); }
div.DivClassName
{
background-color: #365F36;
}
.BgClassName
{
background-color: #365F36;
}
</style>
border-color css
<style>
span { border-color: #365F36; }
span { border-color: rgb(54,95,54); }
td.TdClassName
{
border-color: #365F36;
}
.TagClassName
{
border-color: #365F36;
}
</style>