#315735

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

Shades of Parsley #315735

Tints of Parsley #315735

Color information

#315735 (or 0x315735) is unknown color: approx Parsley. HEX triplet: 31, 57 and 35. RGB value is (49,87,53). Sum of RGB (Red+Green+Blue) = 49+87+53=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #315735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315735 is #CEA8CA. Grayscale: #474747. Windows color (decimal): -13543627 or 3495729. OLE color: 3495729.

HSL color Cylindrical-coordinate representation of color #315735: hue angle of 126.32º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315735 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB498753-
CMYK0.4400.390.66
HSL126.32º27.94%26.67%-
HSV(B)126.32º43.68%34.12%-
XYZ5.327.734.58-
YUV71.76117.41111.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 87 (34.38% from 255) = 46.03%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=25.93%
G=46.03%
B=28.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987530.4400.390.66126.3227.9426.67
Hex3157352C027427e1c1b
Octal6112765540471021763433
Binary11000110101111101011011000100111100001011111101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315735; }

 p { color: rgb(49,87,53); }

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

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

 a { background-color: rgb(49,87,53); }

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

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

 span { border-color: rgb(49,87,53); }

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