#315131

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

Shades of Parsley #315131

Tints of Parsley #315131

Color information

#315131 (or 0x315131) is unknown color: approx Parsley. HEX triplet: 31, 51 and 31. RGB value is (49,81,49). Sum of RGB (Red+Green+Blue) = 49+81+49=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #315131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315131 is #CEAECE. Grayscale: #434343. Windows color (decimal): -13545167 or 3232049. OLE color: 3232049.

HSL color Cylindrical-coordinate representation of color #315131: hue angle of 120º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315131 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB498149-
CMYK0.4000.400.68
HSL120º24.62%25.49%-
HSV(B)120º39.51%31.76%-
XYZ4.766.763.96-
YUV67.78117.4114.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=27.37%
G=45.25%
B=27.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981490.4000.400.6812024.6225.49
Hex3151312802844781919
Octal6112161500501041703131
Binary11000110100011100011010000101000100010011110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315131; }

 p { color: rgb(49,81,49); }

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

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

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

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

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

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

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