#314E33

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

Shades of Parsley #314E33

Tints of Parsley #314E33

Color information

#314E33 (or 0x314E33) is unknown color: approx Parsley. HEX triplet: 31, 4E and 33. RGB value is (49,78,51). Sum of RGB (Red+Green+Blue) = 49+78+51=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 78 - color contains mainly: green. Hex color #314E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E33 is #CEB1CC. Grayscale: #424242. Windows color (decimal): -13545933 or 3362353. OLE color: 3362353.

HSL color Cylindrical-coordinate representation of color #314E33: hue angle of 124.14º 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 #314E33 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB497851-
CMYK0.3700.350.69
HSL124.14º22.83%24.9%-
HSV(B)124.14º37.18%30.59%-
XYZ4.596.344.11-
YUV66.25119.39115.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 78 (30.86% from 255) = 43.82%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=27.53%
G=43.82%
B=28.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4978510.3700.350.69124.1422.8324.9
Hex314E3325023457c1719
Octal6111663450431051742731
Binary11000110011101100111001010100011100010111111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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