Shades of Parsley #26552A
Tints of Parsley #26552A
RGB
CMYK
RGB Variations
Color information
#26552A (or 0x26552A) is known color: Parsley. HEX triplet: 26, 55 and 2A. RGB value is (38,85,42). Sum of RGB (Red+Green+Blue) = 38+85+42=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #26552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26552A is #D9AAD5. Grayscale: #424242. Windows color (decimal): -14265046 or 2774310. OLE color: 2774310.
HSL color Cylindrical-coordinate representation of color #26552A: hue angle of 125.11º 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 #26552A is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 85 | 42 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.67 |
| HSL | 125.11º | 0.38% | 0.24% | - |
| HSV(B) | 125.11º | 0.55% | 0.33% | - |
| XYZ | 4.47 | 7.08 | 3.32 | - |
| YUV | 66.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 42 | 0.55 | 0 | 0.51 | 0.67 | 125.11 | 0.38 | 0.24 |
| Hex | 26 | 55 | 2A | 37 | 0 | 33 | 43 | 7D | 26 | 18 |
| Octal | 46 | 125 | 52 | 67 | 0 | 63 | 103 | 175 | 46 | 30 |
| Binary | 100110 | 1010101 | 101010 | 110111 | 0 | 110011 | 1000011 | 1111101 | 100110 | 11000 |
Color Harmonies of #26552A
Complementary color
Monochromatic Colors of #26552A
Black with #26552A
Text Example
Text Example
White with #26552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26552A; }
p { color: rgb(38,85,42); }
H1.HeaderClassName
{
color: #26552A;
}
.AnyTagClassName
{
color: #26552A;
}
</style>
background-color css
<style>
a { background-color: #26552A; }
a { background-color: rgb(38,85,42); }
div.DivClassName
{
background-color: #26552A;
}
.BgClassName
{
background-color: #26552A;
}
</style>
border-color css
<style>
span { border-color: #26552A; }
span { border-color: rgb(38,85,42); }
td.TdClassName
{
border-color: #26552A;
}
.TagClassName
{
border-color: #26552A;
}
</style>