Shades of Green Pea #316543
Tints of Green Pea #316543
RGB
CMYK
RGB Variations
Color information
#316543 (or 0x316543) is known color: Green Pea. HEX triplet: 31, 65 and 43. RGB value is (49,101,67). Sum of RGB (Red+Green+Blue) = 49+101+67=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #316543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316543 is #CE9ABC. Grayscale: #515151. Windows color (decimal): -13540029 or 4416817. OLE color: 4416817.
HSL color Cylindrical-coordinate representation of color #316543: hue angle of 140.77º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316543 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 67 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.60 |
| HSL | 140.77º | 0.35% | 0.29% | - |
| HSV(B) | 140.77º | 0.51% | 0.4% | - |
| XYZ | 6.93 | 10.37 | 6.95 | - |
| YUV | 81.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 67 | 0.51 | 0 | 0.34 | 0.60 | 140.77 | 0.35 | 0.29 |
| Hex | 31 | 65 | 43 | 33 | 0 | 22 | 3C | 8D | 23 | 1D |
| Octal | 61 | 145 | 103 | 63 | 0 | 42 | 74 | 215 | 43 | 35 |
| Binary | 110001 | 1100101 | 1000011 | 110011 | 0 | 100010 | 111100 | 10001101 | 100011 | 11101 |
Color Harmonies of #316543
Complementary color
Monochromatic Colors of #316543
Black with #316543
Text Example
Text Example
White with #316543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316543; }
p { color: rgb(49,101,67); }
H1.HeaderClassName
{
color: #316543;
}
.AnyTagClassName
{
color: #316543;
}
</style>
background-color css
<style>
a { background-color: #316543; }
a { background-color: rgb(49,101,67); }
div.DivClassName
{
background-color: #316543;
}
.BgClassName
{
background-color: #316543;
}
</style>
border-color css
<style>
span { border-color: #316543; }
span { border-color: rgb(49,101,67); }
td.TdClassName
{
border-color: #316543;
}
.TagClassName
{
border-color: #316543;
}
</style>