Shades of Parsley #255B26
Tints of Parsley #255B26
RGB
CMYK
RGB Variations
Color information
#255B26 (or 0x255B26) is known color: Parsley. HEX triplet: 25, 5B and 26. RGB value is (37,91,38). Sum of RGB (Red+Green+Blue) = 37+91+38=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #255B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255B26 is #DAA4D9. Grayscale: #444444. Windows color (decimal): -14329050 or 2513701. OLE color: 2513701.
HSL color Cylindrical-coordinate representation of color #255B26: hue angle of 121.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255B26 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 91 | 38 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.64 |
| HSL | 121.11º | 0.42% | 0.25% | - |
| HSV(B) | 121.11º | 0.59% | 0.36% | - |
| XYZ | 4.85 | 8.02 | 3.13 | - |
| YUV | 68.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 38 | 0.59 | 0 | 0.58 | 0.64 | 121.11 | 0.42 | 0.25 |
| Hex | 25 | 5B | 26 | 3B | 0 | 3A | 40 | 79 | 2A | 19 |
| Octal | 45 | 133 | 46 | 73 | 0 | 72 | 100 | 171 | 52 | 31 |
| Binary | 100101 | 1011011 | 100110 | 111011 | 0 | 111010 | 1000000 | 1111001 | 101010 | 11001 |
Color Harmonies of #255B26
Complementary color
Monochromatic Colors of #255B26
Black with #255B26
Text Example
Text Example
White with #255B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B26; }
p { color: rgb(37,91,38); }
H1.HeaderClassName
{
color: #255B26;
}
.AnyTagClassName
{
color: #255B26;
}
</style>
background-color css
<style>
a { background-color: #255B26; }
a { background-color: rgb(37,91,38); }
div.DivClassName
{
background-color: #255B26;
}
.BgClassName
{
background-color: #255B26;
}
</style>
border-color css
<style>
span { border-color: #255B26; }
span { border-color: rgb(37,91,38); }
td.TdClassName
{
border-color: #255B26;
}
.TagClassName
{
border-color: #255B26;
}
</style>