#316E48

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

Shades of Green Pea #316E48

Tints of Green Pea #316E48

Color information

#316E48 (or 0x316E48) is unknown color: approx Green Pea. HEX triplet: 31, 6E and 48. RGB value is (49,110,72). Sum of RGB (Red+Green+Blue) = 49+110+72=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #316E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E48 is #CE91B7. Grayscale: #575757. Windows color (decimal): -13537720 or 4746801. OLE color: 4746801.

HSL color Cylindrical-coordinate representation of color #316E48: hue angle of 142.62º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316E48 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB4911072-
CMYK0.5500.350.57
HSL142.62º38.36%31.18%-
HSV(B)142.62º55.45%43.14%-
XYZ8.0112.278.08-
YUV87.43119.29100.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 110 (43.36% from 255) = 47.62%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=21.21%
G=47.62%
B=31.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49110720.5500.350.57142.6238.3631.18
Hex316E4837023398f261f
Octal6115611067043712174637
Binary1100011101110100100011011101000111110011000111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316E48; }

 p { color: rgb(49,110,72); }

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

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

 a { background-color: rgb(49,110,72); }

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

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

 span { border-color: rgb(49,110,72); }

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