#32754E

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

Shades of Amazon #32754E

Tints of Amazon #32754E

Color information

#32754E (or 0x32754E) is unknown color: approx Amazon. HEX triplet: 32, 75 and 4E. RGB value is (50,117,78). Sum of RGB (Red+Green+Blue) = 50+117+78=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #32754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32754E is #CD8AB1. Grayscale: #5C5C5C. Windows color (decimal): -13470386 or 5141810. OLE color: 5141810.

HSL color Cylindrical-coordinate representation of color #32754E: hue angle of 145.07º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32754E is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB5011778-
CMYK0.5700.330.54
HSL145.07º40.12%32.75%-
HSV(B)145.07º57.26%45.88%-
XYZ9.0513.959.42-
YUV92.52119.897.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 117 (46.09% from 255) = 47.76%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=20.41%
G=47.76%
B=31.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117780.5700.330.54145.0740.1232.75
Hex32754E3902136912821
Octal6216511671041662215041
Binary11001011101011001110111001010000111011010010001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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