#32814A

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

Shades of Amazon #32814A

Tints of Amazon #32814A

Color information

#32814A (or 0x32814A) is unknown color: approx Amazon. HEX triplet: 32, 81 and 4A. RGB value is (50,129,74). Sum of RGB (Red+Green+Blue) = 50+129+74=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #32814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32814A is #CD7EB5. Grayscale: #636363. Windows color (decimal): -13467318 or 4882738. OLE color: 4882738.

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

Color convert

RGB5012974-
CMYK0.6100.430.49
HSL138.23º44.13%35.1%-
HSV(B)138.23º61.24%50.59%-
XYZ10.416.879.19-
YUV99.11113.8392.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=19.76%
G=50.99%
B=29.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50129740.6100.430.49138.2344.1335.1
Hex32814A3D02B318a2c23
Octal6220111275053612125443
Binary110010100000011001010111101010101111000110001010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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