#317244

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

Shades of Amazon #317244

Tints of Amazon #317244

Color information

#317244 (or 0x317244) is unknown color: approx Amazon. HEX triplet: 31, 72 and 44. RGB value is (49,114,68). Sum of RGB (Red+Green+Blue) = 49+114+68=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #317244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317244 is #CE8DBB. Grayscale: #595959. Windows color (decimal): -13536700 or 4485681. OLE color: 4485681.

HSL color Cylindrical-coordinate representation of color #317244: hue angle of 137.54º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317244 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB4911468-
CMYK0.5700.400.55
HSL137.54º39.88%31.96%-
HSV(B)137.54º57.02%44.71%-
XYZ8.3313.17.56-
YUV89.32115.9799.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=21.21%
G=49.35%
B=29.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114680.5700.400.55137.5439.8831.96
Hex31724439028378a2820
Octal6116210471050672125040
Binary11000111100101000100111001010100011011110001010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317244; }

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

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

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

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

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

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

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

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