#315938

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

Shades of Parsley #315938

Tints of Parsley #315938

Color information

#315938 (or 0x315938) is unknown color: approx Parsley. HEX triplet: 31, 59 and 38. RGB value is (49,89,56). Sum of RGB (Red+Green+Blue) = 49+89+56=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #315938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315938 is #CEA6C7. Grayscale: #494949. Windows color (decimal): -13543112 or 3692849. OLE color: 3692849.

HSL color Cylindrical-coordinate representation of color #315938: hue angle of 130.5º 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 #315938 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB498956-
CMYK0.4500.370.65
HSL130.5º28.99%27.06%-
HSV(B)130.5º44.94%34.9%-
XYZ5.558.085.01-
YUV73.28118.25110.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 89 (35.16% from 255) = 45.88%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=25.26%
G=45.88%
B=28.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989560.4500.370.65130.528.9927.06
Hex3159382D02541821d1b
Octal6113170550451012023533
Binary110001101100111100010110101001011000001100000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315938; }

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

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

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

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

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

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

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

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