#31824E

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

Shades of Amazon #31824E

Tints of Amazon #31824E

Color information

#31824E (or 0x31824E) is unknown color: approx Amazon. HEX triplet: 31, 82 and 4E. RGB value is (49,130,78). Sum of RGB (Red+Green+Blue) = 49+130+78=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #31824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31824E is #CE7DB1. Grayscale: #636363. Windows color (decimal): -13532594 or 5145137. OLE color: 5145137.

HSL color Cylindrical-coordinate representation of color #31824E: hue angle of 141.48º 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 #31824E is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB4913078-
CMYK0.6200.400.49
HSL141.48º45.25%35.1%-
HSV(B)141.48º62.31%50.98%-
XYZ10.6217.179.96-
YUV99.85115.6691.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=19.07%
G=50.58%
B=30.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130780.6200.400.49141.4845.2535.1
Hex31824E3E028318d2d23
Octal6120211676050612155543
Binary110001100000101001110111110010100011000110001101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31824E; }

 p { color: rgb(49,130,78); }

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

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

 a { background-color: rgb(49,130,78); }

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

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

 span { border-color: rgb(49,130,78); }

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