#315930

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

Shades of Parsley #315930

Tints of Parsley #315930

Color information

#315930 (or 0x315930) is unknown color: approx Parsley. HEX triplet: 31, 59 and 30. RGB value is (49,89,48). Sum of RGB (Red+Green+Blue) = 49+89+48=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #315930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315930 is #CEA6CF. Grayscale: #484848. Windows color (decimal): -13543120 or 3168561. OLE color: 3168561.

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

Color convert

RGB498948-
CMYK0.4500.460.65
HSL118.54º29.93%26.86%-
HSV(B)118.54º46.07%34.9%-
XYZ5.378.014.06-
YUV72.37114.25111.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 89 (35.16% from 255) = 47.85%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=26.34%
G=47.85%
B=25.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989480.4500.460.65118.5429.9326.86
Hex3159302D02E41771e1b
Octal6113160550561011673633
Binary11000110110011100001011010101110100000111101111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315930; }

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

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

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

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

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

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

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

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