#315C35

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

Shades of Parsley #315C35

Tints of Parsley #315C35

Color information

#315C35 (or 0x315C35) is unknown color: approx Parsley. HEX triplet: 31, 5C and 35. RGB value is (49,92,53). Sum of RGB (Red+Green+Blue) = 49+92+53=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #315C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C35 is #CEA3CA. Grayscale: #4A4A4A. Windows color (decimal): -13542347 or 3497009. OLE color: 3497009.

HSL color Cylindrical-coordinate representation of color #315C35: hue angle of 125.58º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315C35 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB499253-
CMYK0.4700.420.64
HSL125.58º30.5%27.65%-
HSV(B)125.58º46.74%36.08%-
XYZ5.748.564.72-
YUV74.7115.75109.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 92 (36.33% from 255) = 47.42%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=25.26%
G=47.42%
B=27.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4992530.4700.420.64125.5830.527.65
Hex315C352F02A407e1e1c
Octal6113465570521001763634
Binary11000110111001101011011110101010100000011111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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