#316436

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

Shades of Parsley #316436

Tints of Parsley #316436

Color information

#316436 (or 0x316436) is unknown color: approx Parsley. HEX triplet: 31, 64 and 36. RGB value is (49,100,54). Sum of RGB (Red+Green+Blue) = 49+100+54=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 100 - color contains mainly: green. Hex color #316436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316436 is #CE9BC9. Grayscale: #4F4F4F. Windows color (decimal): -13540298 or 3564593. OLE color: 3564593.

HSL color Cylindrical-coordinate representation of color #316436: hue angle of 125.88º 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 #316436 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB4910054-
CMYK0.5100.460.61
HSL125.88º34.23%29.22%-
HSV(B)125.88º51%39.22%-
XYZ6.4910.035.08-
YUV79.51113.6106.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 100 (39.45% from 255) = 49.26%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=24.14%
G=49.26%
B=26.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100540.5100.460.61125.8834.2329.22
Hex3164363302E3D7e221d
Octal611446663056751764235
Binary11000111001001101101100110101110111101111111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316436; }

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

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

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

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

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

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

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

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