#31834A

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

Shades of Amazon #31834A

Tints of Amazon #31834A

Color information

#31834A (or 0x31834A) is unknown color: approx Amazon. HEX triplet: 31, 83 and 4A. RGB value is (49,131,74). Sum of RGB (Red+Green+Blue) = 49+131+74=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #31834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31834A is #CE7CB5. Grayscale: #646464. Windows color (decimal): -13532342 or 4883249. OLE color: 4883249.

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

Color convert

RGB4913174-
CMYK0.6300.440.49
HSL138.29º45.56%35.29%-
HSV(B)138.29º62.6%51.37%-
XYZ10.6217.389.27-
YUV99.98113.3391.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 131 (51.56% from 255) = 51.57%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=19.29%
G=51.57%
B=29.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49131740.6300.440.49138.2945.5635.29
Hex31834A3F02C318a2e23
Octal6120311277054612125643
Binary110001100000111001010111111010110011000110001010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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