Shades of Parsley #31622F
Tints of Parsley #31622F
RGB
CMYK
RGB Variations
Color information
#31622F (or 0x31622F) is known color: Parsley. HEX triplet: 31, 62 and 2F. RGB value is (49,98,47). Sum of RGB (Red+Green+Blue) = 49+98+47=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #31622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31622F is #CE9DD0. Grayscale: #4D4D4D. Windows color (decimal): -13540817 or 3105329. OLE color: 3105329.
HSL color Cylindrical-coordinate representation of color #31622F: hue angle of 117.65º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31622F is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 47 | - |
| CMYK | 0.5 | 0 | 0.52 | 0.62 |
| HSL | 117.65º | 0.35% | 0.28% | - |
| HSV(B) | 117.65º | 0.52% | 0.38% | - |
| XYZ | 6.15 | 9.59 | 4.22 | - |
| YUV | 77.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 47 | 0.5 | 0 | 0.52 | 0.62 | 117.65 | 0.35 | 0.28 |
| Hex | 31 | 62 | 2F | 32 | 0 | 34 | 3E | 76 | 23 | 1C |
| Octal | 61 | 142 | 57 | 62 | 0 | 64 | 76 | 166 | 43 | 34 |
| Binary | 110001 | 1100010 | 101111 | 110010 | 0 | 110100 | 111110 | 1110110 | 100011 | 11100 |
Color Harmonies of #31622F
Complementary color
Monochromatic Colors of #31622F
Black with #31622F
Text Example
Text Example
White with #31622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31622F; }
p { color: rgb(49,98,47); }
H1.HeaderClassName
{
color: #31622F;
}
.AnyTagClassName
{
color: #31622F;
}
</style>
background-color css
<style>
a { background-color: #31622F; }
a { background-color: rgb(49,98,47); }
div.DivClassName
{
background-color: #31622F;
}
.BgClassName
{
background-color: #31622F;
}
</style>
border-color css
<style>
span { border-color: #31622F; }
span { border-color: rgb(49,98,47); }
td.TdClassName
{
border-color: #31622F;
}
.TagClassName
{
border-color: #31622F;
}
</style>