#316435

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

Shades of Parsley #316435

Tints of Parsley #316435

Color information

#316435 (or 0x316435) is unknown color: approx Parsley. HEX triplet: 31, 64 and 35. RGB value is (49,100,53). Sum of RGB (Red+Green+Blue) = 49+100+53=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #316435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316435 is #CE9BCA. Grayscale: #4F4F4F. Windows color (decimal): -13540299 or 3499057. OLE color: 3499057.

HSL color Cylindrical-coordinate representation of color #316435: hue angle of 124.71º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316435 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB4910053-
CMYK0.5100.470.61
HSL124.71º34.23%29.22%-
HSV(B)124.71º51%39.22%-
XYZ6.4710.024.96-
YUV79.39113.1106.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 100 (39.45% from 255) = 49.50%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=24.26%
G=49.50%
B=26.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100530.5100.470.61124.7134.2329.22
Hex3164353302F3D7d221d
Octal611446563057751754235
Binary11000111001001101011100110101111111101111110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316435; }

 p { color: rgb(49,100,53); }

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

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

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

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

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

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

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