#315D34

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

Shades of Parsley #315D34

Tints of Parsley #315D34

Color information

#315D34 (or 0x315D34) is unknown color: approx Parsley. HEX triplet: 31, 5D and 34. RGB value is (49,93,52). Sum of RGB (Red+Green+Blue) = 49+93+52=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #315D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D34 is #CEA2CB. Grayscale: #4B4B4B. Windows color (decimal): -13542092 or 3431729. OLE color: 3431729.

HSL color Cylindrical-coordinate representation of color #315D34: hue angle of 124.09º degrees, saturation: 0.31, 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 #315D34 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB499352-
CMYK0.4700.440.64
HSL124.09º30.99%27.84%-
HSV(B)124.09º47.31%36.47%-
XYZ5.88.734.63-
YUV75.17114.92109.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 93 (36.72% from 255) = 47.94%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=25.26%
G=47.94%
B=26.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993520.4700.440.64124.0930.9927.84
Hex315D342F02C407c1f1c
Octal6113564570541001743734
Binary11000110111011101001011110101100100000011111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,93,52); }

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

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

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

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

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

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

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