#315D37

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

Shades of Parsley #315D37

Tints of Parsley #315D37

Color information

#315D37 (or 0x315D37) is unknown color: approx Parsley. HEX triplet: 31, 5D and 37. RGB value is (49,93,55). Sum of RGB (Red+Green+Blue) = 49+93+55=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #315D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D37 is #CEA2C8. Grayscale: #4B4B4B. Windows color (decimal): -13542089 or 3628337. OLE color: 3628337.

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

Color convert

RGB499355-
CMYK0.4700.410.64
HSL128.18º30.99%27.84%-
HSV(B)128.18º47.31%36.47%-
XYZ5.878.765-
YUV75.51116.42109.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 55 (21.88% from 255) = 27.92%
R=24.87%
G=47.21%
B=27.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993550.4700.410.64128.1830.9927.84
Hex315D372F02940801f1c
Octal6113567570511002003734
Binary110001101110111011110111101010011000000100000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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