#315A38

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

Shades of Parsley #315A38

Tints of Parsley #315A38

Color information

#315A38 (or 0x315A38) is unknown color: approx Parsley. HEX triplet: 31, 5A and 38. RGB value is (49,90,56). Sum of RGB (Red+Green+Blue) = 49+90+56=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #315A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A38 is #CEA5C7. Grayscale: #494949. Windows color (decimal): -13542856 or 3693105. OLE color: 3693105.

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

Color convert

RGB499056-
CMYK0.4600.380.65
HSL130.24º29.5%27.25%-
HSV(B)130.24º45.56%35.29%-
XYZ5.648.255.04-
YUV73.86117.92110.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 56 (22.27% from 255) = 28.72%
R=25.13%
G=46.15%
B=28.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990560.4600.380.65130.2429.527.25
Hex315A382E02641821d1b
Octal6113270560461012023533
Binary110001101101011100010111001001101000001100000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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