#315A35

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

Shades of Parsley #315A35

Tints of Parsley #315A35

Color information

#315A35 (or 0x315A35) is unknown color: approx Parsley. HEX triplet: 31, 5A and 35. RGB value is (49,90,53). Sum of RGB (Red+Green+Blue) = 49+90+53=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #315A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A35 is #CEA5CA. Grayscale: #494949. Windows color (decimal): -13542859 or 3496497. OLE color: 3496497.

HSL color Cylindrical-coordinate representation of color #315A35: hue angle of 125.85º 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 #315A35 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB499053-
CMYK0.4600.410.65
HSL125.85º29.5%27.25%-
HSV(B)125.85º45.56%35.29%-
XYZ5.578.224.66-
YUV73.52116.42110.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 90 (35.55% from 255) = 46.88%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=25.52%
G=46.88%
B=27.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990530.4600.410.65125.8529.527.25
Hex315A352E029417e1d1b
Octal6113265560511011763533
Binary11000110110101101011011100101001100000111111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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