#31844A

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

Shades of Amazon #31844A

Tints of Amazon #31844A

Color information

#31844A (or 0x31844A) is unknown color: approx Amazon. HEX triplet: 31, 84 and 4A. RGB value is (49,132,74). Sum of RGB (Red+Green+Blue) = 49+132+74=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #31844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31844A is #CE7BB5. Grayscale: #646464. Windows color (decimal): -13532086 or 4883505. OLE color: 4883505.

HSL color Cylindrical-coordinate representation of color #31844A: hue angle of 138.07º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31844A is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB4913274-
CMYK0.6300.440.48
HSL138.07º45.86%35.49%-
HSV(B)138.07º62.88%51.76%-
XYZ10.7517.659.32-
YUV100.5711391.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=19.22%
G=51.76%
B=29.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132740.6300.440.48138.0745.8635.49
Hex31844A3F02C308a2e23
Octal6120411277054602125643
Binary110001100001001001010111111010110011000010001010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31844A; }

 p { color: rgb(49,132,74); }

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

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

 a { background-color: rgb(49,132,74); }

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

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

 span { border-color: rgb(49,132,74); }

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