#32854C

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

Shades of Amazon #32854C

Tints of Amazon #32854C

Color information

#32854C (or 0x32854C) is unknown color: approx Amazon. HEX triplet: 32, 85 and 4C. RGB value is (50,133,76). Sum of RGB (Red+Green+Blue) = 50+133+76=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #32854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32854C is #CD7AB3. Grayscale: #656565. Windows color (decimal): -13466292 or 5014834. OLE color: 5014834.

HSL color Cylindrical-coordinate representation of color #32854C: hue angle of 138.8º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32854C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB5013376-
CMYK0.6200.430.48
HSL138.8º45.36%35.88%-
HSV(B)138.8º62.41%52.16%-
XYZ11.0117.979.73-
YUV101.68113.591.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 133 (52.34% from 255) = 51.35%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=19.31%
G=51.35%
B=29.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133760.6200.430.48138.845.3635.88
Hex32854C3E02B308b2d24
Octal6220511476053602135544
Binary110010100001011001100111110010101111000010001011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32854C; }

 p { color: rgb(50,133,76); }

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

<style>
 a { background-color: #32854C; }

 a { background-color: rgb(50,133,76); }

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

<style>
 span { border-color: #32854C; }

 span { border-color: rgb(50,133,76); }

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