Shades of Parsley #26522C
Tints of Parsley #26522C
RGB
CMYK
RGB Variations
Color information
#26522C (or 0x26522C) is known color: Parsley. HEX triplet: 26, 52 and 2C. RGB value is (38,82,44). Sum of RGB (Red+Green+Blue) = 38+82+44=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #26522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26522C is #D9ADD3. Grayscale: #404040. Windows color (decimal): -14265812 or 2904614. OLE color: 2904614.
HSL color Cylindrical-coordinate representation of color #26522C: hue angle of 128.18º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #26522C is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 82 | 44 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.68 |
| HSL | 128.18º | 0.37% | 0.24% | - |
| HSV(B) | 128.18º | 0.54% | 0.32% | - |
| XYZ | 4.27 | 6.63 | 3.44 | - |
| YUV | 64.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 44 | 0.54 | 0 | 0.46 | 0.68 | 128.18 | 0.37 | 0.24 |
| Hex | 26 | 52 | 2C | 36 | 0 | 2E | 44 | 80 | 25 | 18 |
| Octal | 46 | 122 | 54 | 66 | 0 | 56 | 104 | 200 | 45 | 30 |
| Binary | 100110 | 1010010 | 101100 | 110110 | 0 | 101110 | 1000100 | 10000000 | 100101 | 11000 |
Color Harmonies of #26522C
Complementary color
Monochromatic Colors of #26522C
Black with #26522C
Text Example
Text Example
White with #26522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26522C; }
p { color: rgb(38,82,44); }
H1.HeaderClassName
{
color: #26522C;
}
.AnyTagClassName
{
color: #26522C;
}
</style>
background-color css
<style>
a { background-color: #26522C; }
a { background-color: rgb(38,82,44); }
div.DivClassName
{
background-color: #26522C;
}
.BgClassName
{
background-color: #26522C;
}
</style>
border-color css
<style>
span { border-color: #26522C; }
span { border-color: rgb(38,82,44); }
td.TdClassName
{
border-color: #26522C;
}
.TagClassName
{
border-color: #26522C;
}
</style>