Shades of Parsley #26532F
Tints of Parsley #26532F
RGB
CMYK
RGB Variations
Color information
#26532F (or 0x26532F) is known color: Parsley. HEX triplet: 26, 53 and 2F. RGB value is (38,83,47). Sum of RGB (Red+Green+Blue) = 38+83+47=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #26532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26532F is #D9ACD0. Grayscale: #414141. Windows color (decimal): -14265553 or 3101478. OLE color: 3101478.
HSL color Cylindrical-coordinate representation of color #26532F: hue angle of 132º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #26532F is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 83 | 47 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.67 |
| HSL | 132º | 0.37% | 0.24% | - |
| HSV(B) | 132º | 0.54% | 0.33% | - |
| XYZ | 4.41 | 6.8 | 3.77 | - |
| YUV | 65.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 47 | 0.54 | 0 | 0.43 | 0.67 | 132 | 0.37 | 0.24 |
| Hex | 26 | 53 | 2F | 36 | 0 | 2B | 43 | 84 | 25 | 18 |
| Octal | 46 | 123 | 57 | 66 | 0 | 53 | 103 | 204 | 45 | 30 |
| Binary | 100110 | 1010011 | 101111 | 110110 | 0 | 101011 | 1000011 | 10000100 | 100101 | 11000 |
Color Harmonies of #26532F
Complementary color
Monochromatic Colors of #26532F
Black with #26532F
Text Example
Text Example
White with #26532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26532F; }
p { color: rgb(38,83,47); }
H1.HeaderClassName
{
color: #26532F;
}
.AnyTagClassName
{
color: #26532F;
}
</style>
background-color css
<style>
a { background-color: #26532F; }
a { background-color: rgb(38,83,47); }
div.DivClassName
{
background-color: #26532F;
}
.BgClassName
{
background-color: #26532F;
}
</style>
border-color css
<style>
span { border-color: #26532F; }
span { border-color: rgb(38,83,47); }
td.TdClassName
{
border-color: #26532F;
}
.TagClassName
{
border-color: #26532F;
}
</style>