Shades of Parsley #266232
Tints of Parsley #266232
RGB
CMYK
RGB Variations
Color information
#266232 (or 0x266232) is known color: Parsley. HEX triplet: 26, 62 and 32. RGB value is (38,98,50). Sum of RGB (Red+Green+Blue) = 38+98+50=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #266232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266232 is #D99DCD. Grayscale: #4A4A4A. Windows color (decimal): -14261710 or 3301926. OLE color: 3301926.
HSL color Cylindrical-coordinate representation of color #266232: hue angle of 132º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266232 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 98 | 50 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.62 |
| HSL | 132º | 0.44% | 0.27% | - |
| HSV(B) | 132º | 0.61% | 0.38% | - |
| XYZ | 5.74 | 9.38 | 4.53 | - |
| YUV | 74.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 50 | 0.61 | 0 | 0.49 | 0.62 | 132 | 0.44 | 0.27 |
| Hex | 26 | 62 | 32 | 3D | 0 | 31 | 3E | 84 | 2C | 1B |
| Octal | 46 | 142 | 62 | 75 | 0 | 61 | 76 | 204 | 54 | 33 |
| Binary | 100110 | 1100010 | 110010 | 111101 | 0 | 110001 | 111110 | 10000100 | 101100 | 11011 |
Color Harmonies of #266232
Complementary color
Monochromatic Colors of #266232
Black with #266232
Text Example
Text Example
White with #266232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266232; }
p { color: rgb(38,98,50); }
H1.HeaderClassName
{
color: #266232;
}
.AnyTagClassName
{
color: #266232;
}
</style>
background-color css
<style>
a { background-color: #266232; }
a { background-color: rgb(38,98,50); }
div.DivClassName
{
background-color: #266232;
}
.BgClassName
{
background-color: #266232;
}
</style>
border-color css
<style>
span { border-color: #266232; }
span { border-color: rgb(38,98,50); }
td.TdClassName
{
border-color: #266232;
}
.TagClassName
{
border-color: #266232;
}
</style>