#31542F

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

Shades of Parsley #31542F

Tints of Parsley #31542F

Color information

#31542F (or 0x31542F) is unknown color: approx Parsley. HEX triplet: 31, 54 and 2F. RGB value is (49,84,47). Sum of RGB (Red+Green+Blue) = 49+84+47=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #31542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31542F is #CEABD0. Grayscale: #454545. Windows color (decimal): -13544401 or 3101745. OLE color: 3101745.

HSL color Cylindrical-coordinate representation of color #31542F: hue angle of 116.76º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31542F is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB498447-
CMYK0.4200.440.67
HSL116.76º28.24%25.69%-
HSV(B)116.76º44.05%32.94%-
XYZ4.957.23.82-
YUV69.32115.4113.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 47 (18.75% from 255) = 26.11%
R=27.22%
G=46.67%
B=26.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984470.4200.440.67116.7628.2425.69
Hex31542F2A02C43751c1a
Octal6112457520541031653432
Binary11000110101001011111010100101100100001111101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31542F; }

 p { color: rgb(49,84,47); }

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

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

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

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

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

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

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