#314E32

Color #314E32 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #314E32

Tints of Parsley #314E32

Color information

#314E32 (or 0x314E32) is unknown color: approx Parsley. HEX triplet: 31, 4E and 32. RGB value is (49,78,50). Sum of RGB (Red+Green+Blue) = 49+78+50=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #314E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E32 is #CEB1CD. Grayscale: #424242. Windows color (decimal): -13545934 or 3296817. OLE color: 3296817.

HSL color Cylindrical-coordinate representation of color #314E32: hue angle of 122.07º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314E32 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB497850-
CMYK0.3700.360.69
HSL122.07º22.83%24.9%-
HSV(B)122.07º37.18%30.59%-
XYZ4.576.334-
YUV66.14118.89115.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=27.68%
G=44.07%
B=28.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978500.3700.360.69122.0722.8324.9
Hex314E3225024457a1719
Octal6111662450441051722731
Binary11000110011101100101001010100100100010111110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314E32; }

 p { color: rgb(49,78,50); }

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

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

 a { background-color: rgb(49,78,50); }

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

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

 span { border-color: rgb(49,78,50); }

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