#316946

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

Shades of Green Pea #316946

Tints of Green Pea #316946

Color information

#316946 (or 0x316946) is unknown color: approx Green Pea. HEX triplet: 31, 69 and 46. RGB value is (49,105,70). Sum of RGB (Red+Green+Blue) = 49+105+70=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #316946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316946 is #CE96B9. Grayscale: #545454. Windows color (decimal): -13539002 or 4614449. OLE color: 4614449.

HSL color Cylindrical-coordinate representation of color #316946: hue angle of 142.5º 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 #316946 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB4910570-
CMYK0.5300.330.59
HSL142.5º36.36%30.2%-
HSV(B)142.5º53.33%41.18%-
XYZ7.4211.27.56-
YUV84.27119.95102.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=21.88%
G=46.88%
B=31.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105700.5300.330.59142.536.3630.2
Hex316946350213B8e241e
Octal6115110665041732164436
Binary1100011101001100011011010101000011110111000111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316946; }

 p { color: rgb(49,105,70); }

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

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

 a { background-color: rgb(49,105,70); }

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

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

 span { border-color: rgb(49,105,70); }

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