Shades of Parsley #275528
Tints of Parsley #275528
RGB
CMYK
RGB Variations
Color information
#275528 (or 0x275528) is known color: Parsley. HEX triplet: 27, 55 and 28. RGB value is (39,85,40). Sum of RGB (Red+Green+Blue) = 39+85+40=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #275528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275528 is #D8AAD7. Grayscale: #424242. Windows color (decimal): -14199512 or 2643239. OLE color: 2643239.
HSL color Cylindrical-coordinate representation of color #275528: hue angle of 121.3º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275528 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 85 | 40 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.67 |
| HSL | 121.3º | 0.37% | 0.24% | - |
| HSV(B) | 121.3º | 0.54% | 0.33% | - |
| XYZ | 4.47 | 7.08 | 3.14 | - |
| YUV | 66.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 40 | 0.54 | 0 | 0.53 | 0.67 | 121.3 | 0.37 | 0.24 |
| Hex | 27 | 55 | 28 | 36 | 0 | 35 | 43 | 79 | 25 | 18 |
| Octal | 47 | 125 | 50 | 66 | 0 | 65 | 103 | 171 | 45 | 30 |
| Binary | 100111 | 1010101 | 101000 | 110110 | 0 | 110101 | 1000011 | 1111001 | 100101 | 11000 |
Color Harmonies of #275528
Complementary color
Monochromatic Colors of #275528
Black with #275528
Text Example
Text Example
White with #275528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275528; }
p { color: rgb(39,85,40); }
H1.HeaderClassName
{
color: #275528;
}
.AnyTagClassName
{
color: #275528;
}
</style>
background-color css
<style>
a { background-color: #275528; }
a { background-color: rgb(39,85,40); }
div.DivClassName
{
background-color: #275528;
}
.BgClassName
{
background-color: #275528;
}
</style>
border-color css
<style>
span { border-color: #275528; }
span { border-color: rgb(39,85,40); }
td.TdClassName
{
border-color: #275528;
}
.TagClassName
{
border-color: #275528;
}
</style>