#315C36

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

Shades of Parsley #315C36

Tints of Parsley #315C36

Color information

#315C36 (or 0x315C36) is unknown color: approx Parsley. HEX triplet: 31, 5C and 36. RGB value is (49,92,54). Sum of RGB (Red+Green+Blue) = 49+92+54=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #315C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C36 is #CEA3C9. Grayscale: #4A4A4A. Windows color (decimal): -13542346 or 3562545. OLE color: 3562545.

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

Color convert

RGB499254-
CMYK0.4700.410.64
HSL126.98º30.5%27.65%-
HSV(B)126.98º46.74%36.08%-
XYZ5.768.574.84-
YUV74.81116.25109.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 92 (36.33% from 255) = 47.18%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=25.13%
G=47.18%
B=27.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4992540.4700.410.64126.9830.527.65
Hex315C362F029407f1e1c
Octal6113466570511001773634
Binary11000110111001101101011110101001100000011111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,92,54); }

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

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

 a { background-color: rgb(49,92,54); }

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

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

 span { border-color: rgb(49,92,54); }

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