#315634

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

Shades of Parsley #315634

Tints of Parsley #315634

Color information

#315634 (or 0x315634) is unknown color: approx Parsley. HEX triplet: 31, 56 and 34. RGB value is (49,86,52). Sum of RGB (Red+Green+Blue) = 49+86+52=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #315634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315634 is #CEA9CB. Grayscale: #474747. Windows color (decimal): -13543884 or 3429937. OLE color: 3429937.

HSL color Cylindrical-coordinate representation of color #315634: hue angle of 124.86º 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 #315634 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB498652-
CMYK0.4300.400.66
HSL124.86º27.41%26.47%-
HSV(B)124.86º43.02%33.73%-
XYZ5.217.564.43-
YUV71.06117.24112.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 86 (33.98% from 255) = 45.99%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=26.20%
G=45.99%
B=27.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4986520.4300.400.66124.8627.4126.47
Hex3156342B028427d1b1a
Octal6112664530501021753332
Binary11000110101101101001010110101000100001011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315634; }

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

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

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

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

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

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

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

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