Shades of Parsley #24592A
Tints of Parsley #24592A
RGB
CMYK
RGB Variations
Color information
#24592A (or 0x24592A) is known color: Parsley. HEX triplet: 24, 59 and 2A. RGB value is (36,89,42). Sum of RGB (Red+Green+Blue) = 36+89+42=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #24592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24592A is #DBA6D5. Grayscale: #434343. Windows color (decimal): -14395094 or 2775332. OLE color: 2775332.
HSL color Cylindrical-coordinate representation of color #24592A: hue angle of 126.79º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24592A is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 89 | 42 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.65 |
| HSL | 126.79º | 0.42% | 0.25% | - |
| HSV(B) | 126.79º | 0.6% | 0.35% | - |
| XYZ | 4.72 | 7.69 | 3.43 | - |
| YUV | 67.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 42 | 0.60 | 0 | 0.53 | 0.65 | 126.79 | 0.42 | 0.25 |
| Hex | 24 | 59 | 2A | 3C | 0 | 35 | 41 | 7F | 2A | 19 |
| Octal | 44 | 131 | 52 | 74 | 0 | 65 | 101 | 177 | 52 | 31 |
| Binary | 100100 | 1011001 | 101010 | 111100 | 0 | 110101 | 1000001 | 1111111 | 101010 | 11001 |
Color Harmonies of #24592A
Complementary color
Monochromatic Colors of #24592A
Black with #24592A
Text Example
Text Example
White with #24592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24592A; }
p { color: rgb(36,89,42); }
H1.HeaderClassName
{
color: #24592A;
}
.AnyTagClassName
{
color: #24592A;
}
</style>
background-color css
<style>
a { background-color: #24592A; }
a { background-color: rgb(36,89,42); }
div.DivClassName
{
background-color: #24592A;
}
.BgClassName
{
background-color: #24592A;
}
</style>
border-color css
<style>
span { border-color: #24592A; }
span { border-color: rgb(36,89,42); }
td.TdClassName
{
border-color: #24592A;
}
.TagClassName
{
border-color: #24592A;
}
</style>