#316B49

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

Shades of Green Pea #316B49

Tints of Green Pea #316B49

Color information

#316B49 (or 0x316B49) is unknown color: approx Green Pea. HEX triplet: 31, 6B and 49. RGB value is (49,107,73). Sum of RGB (Red+Green+Blue) = 49+107+73=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 107 - color contains mainly: green. Hex color #316B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B49 is #CE94B6. Grayscale: #555555. Windows color (decimal): -13538487 or 4811569. OLE color: 4811569.

HSL color Cylindrical-coordinate representation of color #316B49: hue angle of 144.83º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B49 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB4910773-
CMYK0.5400.320.58
HSL144.83º37.18%30.59%-
HSV(B)144.83º54.21%41.96%-
XYZ7.7311.658.14-
YUV85.78120.78101.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 107 (42.19% from 255) = 46.72%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=21.40%
G=46.72%
B=31.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107730.5400.320.58144.8337.1830.59
Hex316B49360203A91251f
Octal6115311166040722214537
Binary1100011101011100100111011001000001110101001000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,107,73); }

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

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

 a { background-color: rgb(49,107,73); }

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

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

 span { border-color: rgb(49,107,73); }

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