#315937

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

Shades of Parsley #315937

Tints of Parsley #315937

Color information

#315937 (or 0x315937) is unknown color: approx Parsley. HEX triplet: 31, 59 and 37. RGB value is (49,89,55). Sum of RGB (Red+Green+Blue) = 49+89+55=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #315937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315937 is #CEA6C8. Grayscale: #494949. Windows color (decimal): -13543113 or 3627313. OLE color: 3627313.

HSL color Cylindrical-coordinate representation of color #315937: hue angle of 129º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315937 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB498955-
CMYK0.4500.380.65
HSL129º28.99%27.06%-
HSV(B)129º44.94%34.9%-
XYZ5.538.074.88-
YUV73.16117.75110.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 55 (21.88% from 255) = 28.50%
R=25.39%
G=46.11%
B=28.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989550.4500.380.6512928.9927.06
Hex3159372D02641811d1b
Octal6113167550461012013533
Binary110001101100111011110110101001101000001100000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315937; }

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

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

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

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

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

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

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

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