Shades of Green Pea #316E46
Tints of Green Pea #316E46
RGB
CMYK
RGB Variations
Color information
#316E46 (or 0x316E46) is known color: Green Pea. HEX triplet: 31, 6E and 46. RGB value is (49,110,70). Sum of RGB (Red+Green+Blue) = 49+110+70=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #316E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E46 is #CE91B9. Grayscale: #575757. Windows color (decimal): -13537722 or 4615729. OLE color: 4615729.
HSL color Cylindrical-coordinate representation of color #316E46: hue angle of 140.66º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316E46 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 110 | 70 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.57 |
| HSL | 140.66º | 0.38% | 0.31% | - |
| HSV(B) | 140.66º | 0.55% | 0.43% | - |
| XYZ | 7.95 | 12.25 | 7.74 | - |
| YUV | 87.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 70 | 0.55 | 0 | 0.36 | 0.57 | 140.66 | 0.38 | 0.31 |
| Hex | 31 | 6E | 46 | 37 | 0 | 24 | 39 | 8D | 26 | 1F |
| Octal | 61 | 156 | 106 | 67 | 0 | 44 | 71 | 215 | 46 | 37 |
| Binary | 110001 | 1101110 | 1000110 | 110111 | 0 | 100100 | 111001 | 10001101 | 100110 | 11111 |
Color Harmonies of #316E46
Complementary color
Monochromatic Colors of #316E46
Black with #316E46
Text Example
Text Example
White with #316E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E46; }
p { color: rgb(49,110,70); }
H1.HeaderClassName
{
color: #316E46;
}
.AnyTagClassName
{
color: #316E46;
}
</style>
background-color css
<style>
a { background-color: #316E46; }
a { background-color: rgb(49,110,70); }
div.DivClassName
{
background-color: #316E46;
}
.BgClassName
{
background-color: #316E46;
}
</style>
border-color css
<style>
span { border-color: #316E46; }
span { border-color: rgb(49,110,70); }
td.TdClassName
{
border-color: #316E46;
}
.TagClassName
{
border-color: #316E46;
}
</style>