#315F34

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

Shades of Parsley #315F34

Tints of Parsley #315F34

Color information

#315F34 (or 0x315F34) is unknown color: approx Parsley. HEX triplet: 31, 5F and 34. RGB value is (49,95,52). Sum of RGB (Red+Green+Blue) = 49+95+52=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #315F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F34 is #CEA0CB. Grayscale: #4C4C4C. Windows color (decimal): -13541580 or 3432241. OLE color: 3432241.

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

Color convert

RGB499552-
CMYK0.4800.450.63
HSL123.91º31.94%28.24%-
HSV(B)123.91º48.42%37.25%-
XYZ5.989.094.69-
YUV76.34114.26108.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 95 (37.5% from 255) = 48.47%
BLUE value IS 52 (20.70% from 255) = 26.53%
R=25%
G=48.47%
B=26.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995520.4800.450.63123.9131.9428.24
Hex315F343002D3F7c201c
Octal611376460055771744034
Binary11000110111111101001100000101101111111111110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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