#318154

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

Shades of Amazon #318154

Tints of Amazon #318154

Color information

#318154 (or 0x318154) is unknown color: approx Amazon. HEX triplet: 31, 81 and 54. RGB value is (49,129,84). Sum of RGB (Red+Green+Blue) = 49+129+84=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #318154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318154 is #CE7EAB. Grayscale: #646464. Windows color (decimal): -13532844 or 5538097. OLE color: 5538097.

HSL color Cylindrical-coordinate representation of color #318154: hue angle of 146.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318154 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB4912984-
CMYK0.6200.350.49
HSL146.25º44.94%34.9%-
HSV(B)146.25º62.02%50.59%-
XYZ10.7216.9911.1-
YUV99.9511991.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 129 (50.78% from 255) = 49.24%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=18.70%
G=49.24%
B=32.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129840.6200.350.49146.2544.9434.9
Hex3181543E02331922d23
Octal6120112476043612225543
Binary110001100000011010100111110010001111000110010010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318154; }

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

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

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

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

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

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

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

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