Shades of Green Pea #316648
Tints of Green Pea #316648
RGB
CMYK
RGB Variations
Color information
#316648 (or 0x316648) is known color: Green Pea. HEX triplet: 31, 66 and 48. RGB value is (49,102,72). Sum of RGB (Red+Green+Blue) = 49+102+72=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #316648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316648 is #CE99B7. Grayscale: #525252. Windows color (decimal): -13539768 or 4744753. OLE color: 4744753.
HSL color Cylindrical-coordinate representation of color #316648: hue angle of 146.04º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316648 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 102 | 72 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.6 |
| HSL | 146.04º | 0.35% | 0.3% | - |
| HSV(B) | 146.04º | 0.52% | 0.4% | - |
| XYZ | 7.19 | 10.62 | 7.8 | - |
| YUV | 82.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 72 | 0.52 | 0 | 0.29 | 0.6 | 146.04 | 0.35 | 0.3 |
| Hex | 31 | 66 | 48 | 34 | 0 | 1D | 3C | 92 | 23 | 1E |
| Octal | 61 | 146 | 110 | 64 | 0 | 35 | 74 | 222 | 43 | 36 |
| Binary | 110001 | 1100110 | 1001000 | 110100 | 0 | 11101 | 111100 | 10010010 | 100011 | 11110 |
Color Harmonies of #316648
Complementary color
Monochromatic Colors of #316648
Black with #316648
Text Example
Text Example
White with #316648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316648; }
p { color: rgb(49,102,72); }
H1.HeaderClassName
{
color: #316648;
}
.AnyTagClassName
{
color: #316648;
}
</style>
background-color css
<style>
a { background-color: #316648; }
a { background-color: rgb(49,102,72); }
div.DivClassName
{
background-color: #316648;
}
.BgClassName
{
background-color: #316648;
}
</style>
border-color css
<style>
span { border-color: #316648; }
span { border-color: rgb(49,102,72); }
td.TdClassName
{
border-color: #316648;
}
.TagClassName
{
border-color: #316648;
}
</style>