Shades of Parsley #265D24
Tints of Parsley #265D24
RGB
CMYK
RGB Variations
Color information
#265D24 (or 0x265D24) is known color: Parsley. HEX triplet: 26, 5D and 24. RGB value is (38,93,36). Sum of RGB (Red+Green+Blue) = 38+93+36=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #265D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D24 is #D9A2DB. Grayscale: #464646. Windows color (decimal): -14263004 or 2383142. OLE color: 2383142.
HSL color Cylindrical-coordinate representation of color #265D24: hue angle of 117.89º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265D24 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 93 | 36 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.64 |
| HSL | 117.89º | 0.44% | 0.25% | - |
| HSV(B) | 117.89º | 0.61% | 0.36% | - |
| XYZ | 5.03 | 8.37 | 3.02 | - |
| YUV | 70.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 36 | 0.59 | 0 | 0.61 | 0.64 | 117.89 | 0.44 | 0.25 |
| Hex | 26 | 5D | 24 | 3B | 0 | 3D | 40 | 76 | 2C | 19 |
| Octal | 46 | 135 | 44 | 73 | 0 | 75 | 100 | 166 | 54 | 31 |
| Binary | 100110 | 1011101 | 100100 | 111011 | 0 | 111101 | 1000000 | 1110110 | 101100 | 11001 |
Color Harmonies of #265D24
Complementary color
Monochromatic Colors of #265D24
Black with #265D24
Text Example
Text Example
White with #265D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D24; }
p { color: rgb(38,93,36); }
H1.HeaderClassName
{
color: #265D24;
}
.AnyTagClassName
{
color: #265D24;
}
</style>
background-color css
<style>
a { background-color: #265D24; }
a { background-color: rgb(38,93,36); }
div.DivClassName
{
background-color: #265D24;
}
.BgClassName
{
background-color: #265D24;
}
</style>
border-color css
<style>
span { border-color: #265D24; }
span { border-color: rgb(38,93,36); }
td.TdClassName
{
border-color: #265D24;
}
.TagClassName
{
border-color: #265D24;
}
</style>