Shades of Parsley #27522F
Tints of Parsley #27522F
RGB
CMYK
RGB Variations
Color information
#27522F (or 0x27522F) is known color: Parsley. HEX triplet: 27, 52 and 2F. RGB value is (39,82,47). Sum of RGB (Red+Green+Blue) = 39+82+47=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #27522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27522F is #D8ADD0. Grayscale: #414141. Windows color (decimal): -14200273 or 3101223. OLE color: 3101223.
HSL color Cylindrical-coordinate representation of color #27522F: hue angle of 131.16º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27522F is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 47 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.68 |
| HSL | 131.16º | 0.36% | 0.24% | - |
| HSV(B) | 131.16º | 0.52% | 0.32% | - |
| XYZ | 4.37 | 6.67 | 3.75 | - |
| YUV | 65.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 47 | 0.52 | 0 | 0.43 | 0.68 | 131.16 | 0.36 | 0.24 |
| Hex | 27 | 52 | 2F | 34 | 0 | 2B | 44 | 83 | 24 | 18 |
| Octal | 47 | 122 | 57 | 64 | 0 | 53 | 104 | 203 | 44 | 30 |
| Binary | 100111 | 1010010 | 101111 | 110100 | 0 | 101011 | 1000100 | 10000011 | 100100 | 11000 |
Color Harmonies of #27522F
Complementary color
Monochromatic Colors of #27522F
Black with #27522F
Text Example
Text Example
White with #27522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27522F; }
p { color: rgb(39,82,47); }
H1.HeaderClassName
{
color: #27522F;
}
.AnyTagClassName
{
color: #27522F;
}
</style>
background-color css
<style>
a { background-color: #27522F; }
a { background-color: rgb(39,82,47); }
div.DivClassName
{
background-color: #27522F;
}
.BgClassName
{
background-color: #27522F;
}
</style>
border-color css
<style>
span { border-color: #27522F; }
span { border-color: rgb(39,82,47); }
td.TdClassName
{
border-color: #27522F;
}
.TagClassName
{
border-color: #27522F;
}
</style>