Shades of Green Pea #316C47
Tints of Green Pea #316C47
RGB
CMYK
RGB Variations
Color information
#316C47 (or 0x316C47) is known color: Green Pea. HEX triplet: 31, 6C and 47. RGB value is (49,108,71). Sum of RGB (Red+Green+Blue) = 49+108+71=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #316C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C47 is #CE93B8. Grayscale: #565656. Windows color (decimal): -13538233 or 4680753. OLE color: 4680753.
HSL color Cylindrical-coordinate representation of color #316C47: hue angle of 142.37º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C47 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 71 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.58 |
| HSL | 142.37º | 0.38% | 0.31% | - |
| HSV(B) | 142.37º | 0.55% | 0.42% | - |
| XYZ | 7.77 | 11.83 | 7.84 | - |
| YUV | 86.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 71 | 0.55 | 0 | 0.34 | 0.58 | 142.37 | 0.38 | 0.31 |
| Hex | 31 | 6C | 47 | 37 | 0 | 22 | 3A | 8E | 26 | 1F |
| Octal | 61 | 154 | 107 | 67 | 0 | 42 | 72 | 216 | 46 | 37 |
| Binary | 110001 | 1101100 | 1000111 | 110111 | 0 | 100010 | 111010 | 10001110 | 100110 | 11111 |
Color Harmonies of #316C47
Complementary color
Monochromatic Colors of #316C47
Black with #316C47
Text Example
Text Example
White with #316C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C47; }
p { color: rgb(49,108,71); }
H1.HeaderClassName
{
color: #316C47;
}
.AnyTagClassName
{
color: #316C47;
}
</style>
background-color css
<style>
a { background-color: #316C47; }
a { background-color: rgb(49,108,71); }
div.DivClassName
{
background-color: #316C47;
}
.BgClassName
{
background-color: #316C47;
}
</style>
border-color css
<style>
span { border-color: #316C47; }
span { border-color: rgb(49,108,71); }
td.TdClassName
{
border-color: #316C47;
}
.TagClassName
{
border-color: #316C47;
}
</style>