Shades of Parsley #25532A
Tints of Parsley #25532A
RGB
CMYK
RGB Variations
Color information
#25532A (or 0x25532A) is known color: Parsley. HEX triplet: 25, 53 and 2A. RGB value is (37,83,42). Sum of RGB (Red+Green+Blue) = 37+83+42=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #25532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25532A is #DAACD5. Grayscale: #404040. Windows color (decimal): -14331094 or 2773797. OLE color: 2773797.
HSL color Cylindrical-coordinate representation of color #25532A: hue angle of 126.52º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25532A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 83 | 42 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.67 |
| HSL | 126.52º | 0.38% | 0.24% | - |
| HSV(B) | 126.52º | 0.55% | 0.33% | - |
| XYZ | 4.27 | 6.75 | 3.27 | - |
| YUV | 64.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 42 | 0.55 | 0 | 0.49 | 0.67 | 126.52 | 0.38 | 0.24 |
| Hex | 25 | 53 | 2A | 37 | 0 | 31 | 43 | 7F | 26 | 18 |
| Octal | 45 | 123 | 52 | 67 | 0 | 61 | 103 | 177 | 46 | 30 |
| Binary | 100101 | 1010011 | 101010 | 110111 | 0 | 110001 | 1000011 | 1111111 | 100110 | 11000 |
Color Harmonies of #25532A
Complementary color
Monochromatic Colors of #25532A
Black with #25532A
Text Example
Text Example
White with #25532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25532A; }
p { color: rgb(37,83,42); }
H1.HeaderClassName
{
color: #25532A;
}
.AnyTagClassName
{
color: #25532A;
}
</style>
background-color css
<style>
a { background-color: #25532A; }
a { background-color: rgb(37,83,42); }
div.DivClassName
{
background-color: #25532A;
}
.BgClassName
{
background-color: #25532A;
}
</style>
border-color css
<style>
span { border-color: #25532A; }
span { border-color: rgb(37,83,42); }
td.TdClassName
{
border-color: #25532A;
}
.TagClassName
{
border-color: #25532A;
}
</style>