#315B32

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

Shades of Parsley #315B32

Tints of Parsley #315B32

Color information

#315B32 (or 0x315B32) is unknown color: approx Parsley. HEX triplet: 31, 5B and 32. RGB value is (49,91,50). Sum of RGB (Red+Green+Blue) = 49+91+50=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #315B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B32 is #CEA4CD. Grayscale: #494949. Windows color (decimal): -13542606 or 3300145. OLE color: 3300145.

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

Color convert

RGB499150-
CMYK0.4600.450.64
HSL121.43º30%27.45%-
HSV(B)121.43º46.15%35.69%-
XYZ5.588.374.34-
YUV73.77114.59110.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=25.79%
G=47.89%
B=26.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991500.4600.450.64121.433027.45
Hex315B322E02D40791e1b
Octal6113362560551001713633
Binary11000110110111100101011100101101100000011110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,91,50); }

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

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

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

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

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

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

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