#31814A

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

Shades of Amazon #31814A

Tints of Amazon #31814A

Color information

#31814A (or 0x31814A) is unknown color: approx Amazon. HEX triplet: 31, 81 and 4A. RGB value is (49,129,74). Sum of RGB (Red+Green+Blue) = 49+129+74=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #31814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31814A is #CE7EB5. Grayscale: #626262. Windows color (decimal): -13532854 or 4882737. OLE color: 4882737.

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

Color convert

RGB4912974-
CMYK0.6200.430.49
HSL138.75º44.94%34.9%-
HSV(B)138.75º62.02%50.59%-
XYZ10.3516.859.18-
YUV98.8111492.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=19.44%
G=51.19%
B=29.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129740.6200.430.49138.7544.9434.9
Hex31814A3E02B318b2d23
Octal6120111276053612135543
Binary110001100000011001010111110010101111000110001011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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