#317954

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

Shades of Amazon #317954

Tints of Amazon #317954

Color information

#317954 (or 0x317954) is unknown color: approx Amazon. HEX triplet: 31, 79 and 54. RGB value is (49,121,84). Sum of RGB (Red+Green+Blue) = 49+121+84=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #317954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317954 is #CE86AB. Grayscale: #5F5F5F. Windows color (decimal): -13534892 or 5536049. OLE color: 5536049.

HSL color Cylindrical-coordinate representation of color #317954: hue angle of 149.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317954 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB4912184-
CMYK0.6000.310.53
HSL149.17º42.35%33.33%-
HSV(B)149.17º59.5%47.45%-
XYZ9.714.9710.77-
YUV95.25121.6595.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 121 (47.66% from 255) = 47.64%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=19.29%
G=47.64%
B=33.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121840.6000.310.53149.1742.3533.33
Hex3179543C01F35952a21
Octal6117112474037652255241
Binary1100011111001101010011110001111111010110010101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317954; }

 p { color: rgb(49,121,84); }

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

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

 a { background-color: rgb(49,121,84); }

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

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

 span { border-color: rgb(49,121,84); }

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