#316437

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

Shades of Parsley #316437

Tints of Parsley #316437

Color information

#316437 (or 0x316437) is unknown color: approx Parsley. HEX triplet: 31, 64 and 37. RGB value is (49,100,55). Sum of RGB (Red+Green+Blue) = 49+100+55=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #316437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316437 is #CE9BC8. Grayscale: #4F4F4F. Windows color (decimal): -13540297 or 3630129. OLE color: 3630129.

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

Color convert

RGB4910055-
CMYK0.5100.450.61
HSL127.06º34.23%29.22%-
HSV(B)127.06º51%39.22%-
XYZ6.5110.045.21-
YUV79.62114.1106.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 100 (39.45% from 255) = 49.02%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=24.02%
G=49.02%
B=26.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100550.5100.450.61127.0634.2329.22
Hex3164373302D3D7f221d
Octal611446763055751774235
Binary11000111001001101111100110101101111101111111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316437; }

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

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

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

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

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

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

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

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