#315B35

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

Shades of Parsley #315B35

Tints of Parsley #315B35

Color information

#315B35 (or 0x315B35) is unknown color: approx Parsley. HEX triplet: 31, 5B and 35. RGB value is (49,91,53). Sum of RGB (Red+Green+Blue) = 49+91+53=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #315B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B35 is #CEA4CA. Grayscale: #4A4A4A. Windows color (decimal): -13542603 or 3496753. OLE color: 3496753.

HSL color Cylindrical-coordinate representation of color #315B35: hue angle of 125.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B35 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB499153-
CMYK0.4600.420.64
HSL125.71º30%27.45%-
HSV(B)125.71º46.15%35.69%-
XYZ5.658.394.69-
YUV74.11116.09110.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 91 (35.94% from 255) = 47.15%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=25.39%
G=47.15%
B=27.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991530.4600.420.64125.713027.45
Hex315B352E02A407e1e1b
Octal6113365560521001763633
Binary11000110110111101011011100101010100000011111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,91,53); }

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

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

 a { background-color: rgb(49,91,53); }

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

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

 span { border-color: rgb(49,91,53); }

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