Shades of Parsley #245328
Tints of Parsley #245328
RGB
CMYK
RGB Variations
Color information
#245328 (or 0x245328) is known color: Parsley. HEX triplet: 24, 53 and 28. RGB value is (36,83,40). Sum of RGB (Red+Green+Blue) = 36+83+40=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #245328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245328 is #DBACD7. Grayscale: #404040. Windows color (decimal): -14396632 or 2642724. OLE color: 2642724.
HSL color Cylindrical-coordinate representation of color #245328: hue angle of 125.11º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245328 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 83 | 40 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.67 |
| HSL | 125.11º | 0.39% | 0.23% | - |
| HSV(B) | 125.11º | 0.57% | 0.33% | - |
| XYZ | 4.2 | 6.71 | 3.08 | - |
| YUV | 64.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 40 | 0.57 | 0 | 0.52 | 0.67 | 125.11 | 0.39 | 0.23 |
| Hex | 24 | 53 | 28 | 39 | 0 | 34 | 43 | 7D | 27 | 17 |
| Octal | 44 | 123 | 50 | 71 | 0 | 64 | 103 | 175 | 47 | 27 |
| Binary | 100100 | 1010011 | 101000 | 111001 | 0 | 110100 | 1000011 | 1111101 | 100111 | 10111 |
Color Harmonies of #245328
Complementary color
Monochromatic Colors of #245328
Black with #245328
Text Example
Text Example
White with #245328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245328; }
p { color: rgb(36,83,40); }
H1.HeaderClassName
{
color: #245328;
}
.AnyTagClassName
{
color: #245328;
}
</style>
background-color css
<style>
a { background-color: #245328; }
a { background-color: rgb(36,83,40); }
div.DivClassName
{
background-color: #245328;
}
.BgClassName
{
background-color: #245328;
}
</style>
border-color css
<style>
span { border-color: #245328; }
span { border-color: rgb(36,83,40); }
td.TdClassName
{
border-color: #245328;
}
.TagClassName
{
border-color: #245328;
}
</style>