#316032

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

Shades of Parsley #316032

Tints of Parsley #316032

Color information

#316032 (or 0x316032) is unknown color: approx Parsley. HEX triplet: 31, 60 and 32. RGB value is (49,96,50). Sum of RGB (Red+Green+Blue) = 49+96+50=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #316032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316032 is #CE9FCD. Grayscale: #4C4C4C. Windows color (decimal): -13541326 or 3301425. OLE color: 3301425.

HSL color Cylindrical-coordinate representation of color #316032: hue angle of 121.28º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316032 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB499650-
CMYK0.4900.480.62
HSL121.28º32.41%28.43%-
HSV(B)121.28º48.96%37.65%-
XYZ6.039.254.49-
YUV76.7112.93108.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=25.13%
G=49.23%
B=25.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996500.4900.480.62121.2832.4128.43
Hex316032310303E79201c
Octal611406261060761714034
Binary11000111000001100101100010110000111110111100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316032; }

 p { color: rgb(49,96,50); }

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

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

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

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

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

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

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