Shades of Parsley #26542E
Tints of Parsley #26542E
RGB
CMYK
RGB Variations
Color information
#26542E (or 0x26542E) is known color: Parsley. HEX triplet: 26, 54 and 2E. RGB value is (38,84,46). Sum of RGB (Red+Green+Blue) = 38+84+46=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #26542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26542E is #D9ABD1. Grayscale: #424242. Windows color (decimal): -14265298 or 3036198. OLE color: 3036198.
HSL color Cylindrical-coordinate representation of color #26542E: hue angle of 130.43º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #26542E is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 84 | 46 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.67 |
| HSL | 130.43º | 0.38% | 0.24% | - |
| HSV(B) | 130.43º | 0.55% | 0.33% | - |
| XYZ | 4.46 | 6.95 | 3.69 | - |
| YUV | 65.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 46 | 0.55 | 0 | 0.45 | 0.67 | 130.43 | 0.38 | 0.24 |
| Hex | 26 | 54 | 2E | 37 | 0 | 2D | 43 | 82 | 26 | 18 |
| Octal | 46 | 124 | 56 | 67 | 0 | 55 | 103 | 202 | 46 | 30 |
| Binary | 100110 | 1010100 | 101110 | 110111 | 0 | 101101 | 1000011 | 10000010 | 100110 | 11000 |
Color Harmonies of #26542E
Complementary color
Monochromatic Colors of #26542E
Black with #26542E
Text Example
Text Example
White with #26542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26542E; }
p { color: rgb(38,84,46); }
H1.HeaderClassName
{
color: #26542E;
}
.AnyTagClassName
{
color: #26542E;
}
</style>
background-color css
<style>
a { background-color: #26542E; }
a { background-color: rgb(38,84,46); }
div.DivClassName
{
background-color: #26542E;
}
.BgClassName
{
background-color: #26542E;
}
</style>
border-color css
<style>
span { border-color: #26542E; }
span { border-color: rgb(38,84,46); }
td.TdClassName
{
border-color: #26542E;
}
.TagClassName
{
border-color: #26542E;
}
</style>