#315F35

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

Shades of Parsley #315F35

Tints of Parsley #315F35

Color information

#315F35 (or 0x315F35) is unknown color: approx Parsley. HEX triplet: 31, 5F and 35. RGB value is (49,95,53). Sum of RGB (Red+Green+Blue) = 49+95+53=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #315F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F35 is #CEA0CA. Grayscale: #4C4C4C. Windows color (decimal): -13541579 or 3497777. OLE color: 3497777.

HSL color Cylindrical-coordinate representation of color #315F35: hue angle of 125.22º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F35 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB499553-
CMYK0.4800.440.63
HSL125.22º31.94%28.24%-
HSV(B)125.22º48.42%37.25%-
XYZ69.094.81-
YUV76.46114.76108.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=24.87%
G=48.22%
B=26.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995530.4800.440.63125.2231.9428.24
Hex315F353002C3F7d201c
Octal611376560054771754034
Binary11000110111111101011100000101100111111111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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