#32814E

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

Shades of Amazon #32814E

Tints of Amazon #32814E

Color information

#32814E (or 0x32814E) is unknown color: approx Amazon. HEX triplet: 32, 81 and 4E. RGB value is (50,129,78). Sum of RGB (Red+Green+Blue) = 50+129+78=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #32814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32814E is #CD7EB1. Grayscale: #636363. Windows color (decimal): -13467314 or 5144882. OLE color: 5144882.

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

Color convert

RGB5012978-
CMYK0.6100.400.49
HSL141.27º44.13%35.1%-
HSV(B)141.27º61.24%50.59%-
XYZ10.5416.939.92-
YUV99.56115.8392.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 129 (50.78% from 255) = 50.19%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=19.46%
G=50.19%
B=30.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50129780.6100.400.49141.2744.1335.1
Hex32814E3D028318d2c23
Octal6220111675050612155443
Binary110010100000011001110111101010100011000110001101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,129,78); }

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

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

 a { background-color: rgb(50,129,78); }

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

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

 span { border-color: rgb(50,129,78); }

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