#315632

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

Shades of Parsley #315632

Tints of Parsley #315632

Color information

#315632 (or 0x315632) is unknown color: approx Parsley. HEX triplet: 31, 56 and 32. RGB value is (49,86,50). Sum of RGB (Red+Green+Blue) = 49+86+50=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #315632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315632 is #CEA9CD. Grayscale: #464646. Windows color (decimal): -13543886 or 3298865. OLE color: 3298865.

HSL color Cylindrical-coordinate representation of color #315632: hue angle of 121.62º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315632 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB498650-
CMYK0.4300.420.66
HSL121.62º27.41%26.47%-
HSV(B)121.62º43.02%33.73%-
XYZ5.177.544.2-
YUV70.83116.24112.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=26.49%
G=46.49%
B=27.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4986500.4300.420.66121.6227.4126.47
Hex3156322B02A427a1b1a
Octal6112662530521021723332
Binary11000110101101100101010110101010100001011110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315632; }

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

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

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

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

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

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

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

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