Shades of Green Pea #316D43
Tints of Green Pea #316D43
RGB
CMYK
RGB Variations
Color information
#316D43 (or 0x316D43) is known color: Green Pea. HEX triplet: 31, 6D and 43. RGB value is (49,109,67). Sum of RGB (Red+Green+Blue) = 49+109+67=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #316D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D43 is #CE92BC. Grayscale: #565656. Windows color (decimal): -13537981 or 4418865. OLE color: 4418865.
HSL color Cylindrical-coordinate representation of color #316D43: hue angle of 138º 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 #316D43 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 67 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.57 |
| HSL | 138º | 0.38% | 0.31% | - |
| HSV(B) | 138º | 0.55% | 0.43% | - |
| XYZ | 7.75 | 12 | 7.22 | - |
| YUV | 86.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 67 | 0.55 | 0 | 0.39 | 0.57 | 138 | 0.38 | 0.31 |
| Hex | 31 | 6D | 43 | 37 | 0 | 27 | 39 | 8A | 26 | 1F |
| Octal | 61 | 155 | 103 | 67 | 0 | 47 | 71 | 212 | 46 | 37 |
| Binary | 110001 | 1101101 | 1000011 | 110111 | 0 | 100111 | 111001 | 10001010 | 100110 | 11111 |
Color Harmonies of #316D43
Complementary color
Monochromatic Colors of #316D43
Black with #316D43
Text Example
Text Example
White with #316D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D43; }
p { color: rgb(49,109,67); }
H1.HeaderClassName
{
color: #316D43;
}
.AnyTagClassName
{
color: #316D43;
}
</style>
background-color css
<style>
a { background-color: #316D43; }
a { background-color: rgb(49,109,67); }
div.DivClassName
{
background-color: #316D43;
}
.BgClassName
{
background-color: #316D43;
}
</style>
border-color css
<style>
span { border-color: #316D43; }
span { border-color: rgb(49,109,67); }
td.TdClassName
{
border-color: #316D43;
}
.TagClassName
{
border-color: #316D43;
}
</style>