Shades of Green Pea #316448
Tints of Green Pea #316448
RGB
CMYK
RGB Variations
Color information
#316448 (or 0x316448) is known color: Green Pea. HEX triplet: 31, 64 and 48. RGB value is (49,100,72). Sum of RGB (Red+Green+Blue) = 49+100+72=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #316448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316448 is #CE9BB7. Grayscale: #515151. Windows color (decimal): -13540280 or 4744241. OLE color: 4744241.
HSL color Cylindrical-coordinate representation of color #316448: hue angle of 147.06º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316448 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 72 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.61 |
| HSL | 147.06º | 0.34% | 0.29% | - |
| HSV(B) | 147.06º | 0.51% | 0.39% | - |
| XYZ | 6.99 | 10.24 | 7.74 | - |
| YUV | 81.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 72 | 0.51 | 0 | 0.28 | 0.61 | 147.06 | 0.34 | 0.29 |
| Hex | 31 | 64 | 48 | 33 | 0 | 1C | 3D | 93 | 22 | 1D |
| Octal | 61 | 144 | 110 | 63 | 0 | 34 | 75 | 223 | 42 | 35 |
| Binary | 110001 | 1100100 | 1001000 | 110011 | 0 | 11100 | 111101 | 10010011 | 100010 | 11101 |
Color Harmonies of #316448
Complementary color
Monochromatic Colors of #316448
Black with #316448
Text Example
Text Example
White with #316448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316448; }
p { color: rgb(49,100,72); }
H1.HeaderClassName
{
color: #316448;
}
.AnyTagClassName
{
color: #316448;
}
</style>
background-color css
<style>
a { background-color: #316448; }
a { background-color: rgb(49,100,72); }
div.DivClassName
{
background-color: #316448;
}
.BgClassName
{
background-color: #316448;
}
</style>
border-color css
<style>
span { border-color: #316448; }
span { border-color: rgb(49,100,72); }
td.TdClassName
{
border-color: #316448;
}
.TagClassName
{
border-color: #316448;
}
</style>