#31824D

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

Shades of Amazon #31824D

Tints of Amazon #31824D

Color information

#31824D (or 0x31824D) is unknown color: approx Amazon. HEX triplet: 31, 82 and 4D. RGB value is (49,130,77). Sum of RGB (Red+Green+Blue) = 49+130+77=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #31824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31824D is #CE7DB2. Grayscale: #636363. Windows color (decimal): -13532595 or 5079601. OLE color: 5079601.

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

Color convert

RGB4913077-
CMYK0.6200.410.49
HSL140.74º45.25%35.1%-
HSV(B)140.74º62.31%50.98%-
XYZ10.5917.159.77-
YUV99.74115.1691.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=19.14%
G=50.78%
B=30.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130770.6200.410.49140.7445.2535.1
Hex31824D3E029318d2d23
Octal6120211576051612155543
Binary110001100000101001101111110010100111000110001101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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