#315A31

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

Shades of Parsley #315A31

Tints of Parsley #315A31

Color information

#315A31 (or 0x315A31) is unknown color: approx Parsley. HEX triplet: 31, 5A and 31. RGB value is (49,90,49). Sum of RGB (Red+Green+Blue) = 49+90+49=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #315A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A31 is #CEA5CE. Grayscale: #494949. Windows color (decimal): -13542863 or 3234353. OLE color: 3234353.

HSL color Cylindrical-coordinate representation of color #315A31: hue angle of 120º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A31 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB499049-
CMYK0.4600.460.65
HSL120º29.5%27.25%-
HSV(B)120º45.56%35.29%-
XYZ5.488.194.2-
YUV73.07114.42110.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 90 (35.55% from 255) = 47.87%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=26.06%
G=47.87%
B=26.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990490.4600.460.6512029.527.25
Hex315A312E02E41781d1b
Octal6113261560561011703533
Binary11000110110101100011011100101110100000111110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315A31; }

 p { color: rgb(49,90,49); }

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

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

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

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

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

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

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