#317F44

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

Shades of Amazon #317F44

Tints of Amazon #317F44

Color information

#317F44 (or 0x317F44) is unknown color: approx Amazon. HEX triplet: 31, 7F and 44. RGB value is (49,127,68). Sum of RGB (Red+Green+Blue) = 49+127+68=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #317F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F44 is #CE80BB. Grayscale: #616161. Windows color (decimal): -13533372 or 4489009. OLE color: 4489009.

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

Color convert

RGB4912768-
CMYK0.6100.460.50
HSL134.62º44.32%34.51%-
HSV(B)134.62º61.42%49.8%-
XYZ9.916.258.08-
YUV96.95111.6693.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 127 (50% from 255) = 52.05%
BLUE value IS 68 (26.95% from 255) = 27.87%
R=20.08%
G=52.05%
B=27.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49127680.6100.460.50134.6244.3234.51
Hex317F443D02E32872c23
Octal6117710475056622075443
Binary11000111111111000100111101010111011001010000111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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