#315E36

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

Shades of Parsley #315E36

Tints of Parsley #315E36

Color information

#315E36 (or 0x315E36) is unknown color: approx Parsley. HEX triplet: 31, 5E and 36. RGB value is (49,94,54). Sum of RGB (Red+Green+Blue) = 49+94+54=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 94 - color contains mainly: green. Hex color #315E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315E36 is #CEA1C9. Grayscale: #4C4C4C. Windows color (decimal): -13541834 or 3563057. OLE color: 3563057.

HSL color Cylindrical-coordinate representation of color #315E36: hue angle of 126.67º degrees, saturation: 0.31, 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 #315E36 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB499454-
CMYK0.4800.430.63
HSL126.67º31.47%28.04%-
HSV(B)126.67º47.87%36.86%-
XYZ5.948.924.9-
YUV75.98115.59108.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 94 (37.11% from 255) = 47.72%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=24.87%
G=47.72%
B=27.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4994540.4800.430.63126.6731.4728.04
Hex315E363002B3F7f1f1c
Octal611366660053771773734
Binary1100011011110110110110000010101111111111111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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