Shades of Parsley #25502A
Tints of Parsley #25502A
RGB
CMYK
RGB Variations
Color information
#25502A (or 0x25502A) is known color: Parsley. HEX triplet: 25, 50 and 2A. RGB value is (37,80,42). Sum of RGB (Red+Green+Blue) = 37+80+42=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #25502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25502A is #DAAFD5. Grayscale: #3E3E3E. Windows color (decimal): -14331862 or 2773029. OLE color: 2773029.
HSL color Cylindrical-coordinate representation of color #25502A: hue angle of 126.98º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25502A is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 80 | 42 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.69 |
| HSL | 126.98º | 0.37% | 0.23% | - |
| HSV(B) | 126.98º | 0.54% | 0.31% | - |
| XYZ | 4.05 | 6.3 | 3.19 | - |
| YUV | 62.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 42 | 0.54 | 0 | 0.48 | 0.69 | 126.98 | 0.37 | 0.23 |
| Hex | 25 | 50 | 2A | 36 | 0 | 30 | 45 | 7F | 25 | 17 |
| Octal | 45 | 120 | 52 | 66 | 0 | 60 | 105 | 177 | 45 | 27 |
| Binary | 100101 | 1010000 | 101010 | 110110 | 0 | 110000 | 1000101 | 1111111 | 100101 | 10111 |
Color Harmonies of #25502A
Complementary color
Monochromatic Colors of #25502A
Black with #25502A
Text Example
Text Example
White with #25502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25502A; }
p { color: rgb(37,80,42); }
H1.HeaderClassName
{
color: #25502A;
}
.AnyTagClassName
{
color: #25502A;
}
</style>
background-color css
<style>
a { background-color: #25502A; }
a { background-color: rgb(37,80,42); }
div.DivClassName
{
background-color: #25502A;
}
.BgClassName
{
background-color: #25502A;
}
</style>
border-color css
<style>
span { border-color: #25502A; }
span { border-color: rgb(37,80,42); }
td.TdClassName
{
border-color: #25502A;
}
.TagClassName
{
border-color: #25502A;
}
</style>