#315F37

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

Shades of Parsley #315F37

Tints of Parsley #315F37

Color information

#315F37 (or 0x315F37) is unknown color: approx Parsley. HEX triplet: 31, 5F and 37. RGB value is (49,95,55). Sum of RGB (Red+Green+Blue) = 49+95+55=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #315F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F37 is #CEA0C8. Grayscale: #4C4C4C. Windows color (decimal): -13541577 or 3628849. OLE color: 3628849.

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

Color convert

RGB499555-
CMYK0.4800.420.63
HSL127.83º31.94%28.24%-
HSV(B)127.83º48.42%37.25%-
XYZ6.059.115.05-
YUV76.69115.76108.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 95 (37.5% from 255) = 47.74%
BLUE value IS 55 (21.88% from 255) = 27.64%
R=24.62%
G=47.74%
B=27.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995550.4800.420.63127.8331.9428.24
Hex315F373002A3F80201c
Octal611376760052772004034
Binary110001101111111011111000001010101111111000000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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