#317F4F

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

Shades of Amazon #317F4F

Tints of Amazon #317F4F

Color information

#317F4F (or 0x317F4F) is unknown color: approx Amazon. HEX triplet: 31, 7F and 4F. RGB value is (49,127,79). Sum of RGB (Red+Green+Blue) = 49+127+79=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #317F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F4F is #CE80B0. Grayscale: #626262. Windows color (decimal): -13533361 or 5209905. OLE color: 5209905.

HSL color Cylindrical-coordinate representation of color #317F4F: hue angle of 143.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F4F is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB4912779-
CMYK0.6100.380.50
HSL143.08º44.32%34.51%-
HSV(B)143.08º61.42%49.8%-
XYZ10.2716.410.02-
YUV98.21117.1692.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 127 (50% from 255) = 49.80%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=19.22%
G=49.80%
B=30.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49127790.6100.380.50143.0844.3234.51
Hex317F4F3D026328f2c23
Octal6117711775046622175443
Binary11000111111111001111111101010011011001010001111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F4F; }

 p { color: rgb(49,127,79); }

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

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

 a { background-color: rgb(49,127,79); }

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

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

 span { border-color: rgb(49,127,79); }

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