#316432

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

Shades of Parsley #316432

Tints of Parsley #316432

Color information

#316432 (or 0x316432) is unknown color: approx Parsley. HEX triplet: 31, 64 and 32. RGB value is (49,100,50). Sum of RGB (Red+Green+Blue) = 49+100+50=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #316432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316432 is #CE9BCD. Grayscale: #4F4F4F. Windows color (decimal): -13540302 or 3302449. OLE color: 3302449.

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

Color convert

RGB4910050-
CMYK0.5100.500.61
HSL121.18º34.23%29.22%-
HSV(B)121.18º51%39.22%-
XYZ6.4104.61-
YUV79.05111.6106.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 100 (39.45% from 255) = 50.25%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=24.62%
G=50.25%
B=25.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100500.5100.500.61121.1834.2329.22
Hex316432330323D79221d
Octal611446263062751714235
Binary11000111001001100101100110110010111101111100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316432; }

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

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

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

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

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

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

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

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