Shades of Parsley #23522B
Tints of Parsley #23522B
RGB
CMYK
RGB Variations
Color information
#23522B (or 0x23522B) is known color: Parsley. HEX triplet: 23, 52 and 2B. RGB value is (35,82,43). Sum of RGB (Red+Green+Blue) = 35+82+43=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #23522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23522B is #DCADD4. Grayscale: #3F3F3F. Windows color (decimal): -14462421 or 2839075. OLE color: 2839075.
HSL color Cylindrical-coordinate representation of color #23522B: hue angle of 130.21º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23522B is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 82 | 43 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.68 |
| HSL | 130.21º | 0.4% | 0.23% | - |
| HSV(B) | 130.21º | 0.57% | 0.32% | - |
| XYZ | 4.15 | 6.57 | 3.33 | - |
| YUV | 63.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 43 | 0.57 | 0 | 0.48 | 0.68 | 130.21 | 0.4 | 0.23 |
| Hex | 23 | 52 | 2B | 39 | 0 | 30 | 44 | 82 | 28 | 17 |
| Octal | 43 | 122 | 53 | 71 | 0 | 60 | 104 | 202 | 50 | 27 |
| Binary | 100011 | 1010010 | 101011 | 111001 | 0 | 110000 | 1000100 | 10000010 | 101000 | 10111 |
Color Harmonies of #23522B
Complementary color
Monochromatic Colors of #23522B
Black with #23522B
Text Example
Text Example
White with #23522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23522B; }
p { color: rgb(35,82,43); }
H1.HeaderClassName
{
color: #23522B;
}
.AnyTagClassName
{
color: #23522B;
}
</style>
background-color css
<style>
a { background-color: #23522B; }
a { background-color: rgb(35,82,43); }
div.DivClassName
{
background-color: #23522B;
}
.BgClassName
{
background-color: #23522B;
}
</style>
border-color css
<style>
span { border-color: #23522B; }
span { border-color: rgb(35,82,43); }
td.TdClassName
{
border-color: #23522B;
}
.TagClassName
{
border-color: #23522B;
}
</style>