Shades of Parsley #26522B
Tints of Parsley #26522B
RGB
CMYK
RGB Variations
Color information
#26522B (or 0x26522B) is known color: Parsley. HEX triplet: 26, 52 and 2B. RGB value is (38,82,43). Sum of RGB (Red+Green+Blue) = 38+82+43=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #26522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26522B is #D9ADD4. Grayscale: #404040. Windows color (decimal): -14265813 or 2839078. OLE color: 2839078.
HSL color Cylindrical-coordinate representation of color #26522B: hue angle of 126.82º 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 #26522B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 82 | 43 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.68 |
| HSL | 126.82º | 0.37% | 0.24% | - |
| HSV(B) | 126.82º | 0.54% | 0.32% | - |
| XYZ | 4.25 | 6.62 | 3.34 | - |
| YUV | 64.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 43 | 0.54 | 0 | 0.48 | 0.68 | 126.82 | 0.37 | 0.24 |
| Hex | 26 | 52 | 2B | 36 | 0 | 30 | 44 | 7F | 25 | 18 |
| Octal | 46 | 122 | 53 | 66 | 0 | 60 | 104 | 177 | 45 | 30 |
| Binary | 100110 | 1010010 | 101011 | 110110 | 0 | 110000 | 1000100 | 1111111 | 100101 | 11000 |
Color Harmonies of #26522B
Complementary color
Monochromatic Colors of #26522B
Black with #26522B
Text Example
Text Example
White with #26522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26522B; }
p { color: rgb(38,82,43); }
H1.HeaderClassName
{
color: #26522B;
}
.AnyTagClassName
{
color: #26522B;
}
</style>
background-color css
<style>
a { background-color: #26522B; }
a { background-color: rgb(38,82,43); }
div.DivClassName
{
background-color: #26522B;
}
.BgClassName
{
background-color: #26522B;
}
</style>
border-color css
<style>
span { border-color: #26522B; }
span { border-color: rgb(38,82,43); }
td.TdClassName
{
border-color: #26522B;
}
.TagClassName
{
border-color: #26522B;
}
</style>