Shades of Parsley #26552B
Tints of Parsley #26552B
RGB
CMYK
RGB Variations
Color information
#26552B (or 0x26552B) is known color: Parsley. HEX triplet: 26, 55 and 2B. RGB value is (38,85,43). Sum of RGB (Red+Green+Blue) = 38+85+43=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #26552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26552B is #D9AAD4. Grayscale: #424242. Windows color (decimal): -14265045 or 2839846. OLE color: 2839846.
HSL color Cylindrical-coordinate representation of color #26552B: hue angle of 126.38º 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 #26552B is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 85 | 43 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.67 |
| HSL | 126.38º | 0.38% | 0.24% | - |
| HSV(B) | 126.38º | 0.55% | 0.33% | - |
| XYZ | 4.48 | 7.08 | 3.42 | - |
| YUV | 66.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 43 | 0.55 | 0 | 0.49 | 0.67 | 126.38 | 0.38 | 0.24 |
| Hex | 26 | 55 | 2B | 37 | 0 | 31 | 43 | 7E | 26 | 18 |
| Octal | 46 | 125 | 53 | 67 | 0 | 61 | 103 | 176 | 46 | 30 |
| Binary | 100110 | 1010101 | 101011 | 110111 | 0 | 110001 | 1000011 | 1111110 | 100110 | 11000 |
Color Harmonies of #26552B
Complementary color
Monochromatic Colors of #26552B
Black with #26552B
Text Example
Text Example
White with #26552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26552B; }
p { color: rgb(38,85,43); }
H1.HeaderClassName
{
color: #26552B;
}
.AnyTagClassName
{
color: #26552B;
}
</style>
background-color css
<style>
a { background-color: #26552B; }
a { background-color: rgb(38,85,43); }
div.DivClassName
{
background-color: #26552B;
}
.BgClassName
{
background-color: #26552B;
}
</style>
border-color css
<style>
span { border-color: #26552B; }
span { border-color: rgb(38,85,43); }
td.TdClassName
{
border-color: #26552B;
}
.TagClassName
{
border-color: #26552B;
}
</style>