#316847

Color #316847 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #316847

Tints of Green Pea #316847

Color information

#316847 (or 0x316847) is unknown color: approx Green Pea. HEX triplet: 31, 68 and 47. RGB value is (49,104,71). Sum of RGB (Red+Green+Blue) = 49+104+71=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #316847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316847 is #CE97B8. Grayscale: #535353. Windows color (decimal): -13539257 or 4679729. OLE color: 4679729.

HSL color Cylindrical-coordinate representation of color #316847: hue angle of 144º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316847 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB4910471-
CMYK0.5300.320.59
HSL144º35.95%30%-
HSV(B)144º52.88%40.78%-
XYZ7.3511.017.7-
YUV83.79120.78103.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 104 (41.02% from 255) = 46.43%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=21.88%
G=46.43%
B=31.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104710.5300.320.5914435.9530
Hex316847350203B90241e
Octal6115010765040732204436
Binary1100011101000100011111010101000001110111001000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316847; }

 p { color: rgb(49,104,71); }

 H1.HeaderClassName
 {
   color: #316847;
 }
 .AnyTagClassName
 {
   color: #316847;
 }
</style>
background-color css

<style>
 a { background-color: #316847; }

 a { background-color: rgb(49,104,71); }

 div.DivClassName
 {
   background-color: #316847;
 }
 .BgClassName
 {
   background-color: #316847;
 }
</style>
border-color css

<style>
 span { border-color: #316847; }

 span { border-color: rgb(49,104,71); }

 td.TdClassName
 {
   border-color: #316847;
 }
 .TagClassName
 {
   border-color: #316847;
 }
</style>