#327245

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

Shades of Amazon #327245

Tints of Amazon #327245

Color information

#327245 (or 0x327245) is unknown color: approx Amazon. HEX triplet: 32, 72 and 45. RGB value is (50,114,69). Sum of RGB (Red+Green+Blue) = 50+114+69=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #327245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327245 is #CD8DBA. Grayscale: #595959. Windows color (decimal): -13471163 or 4551218. OLE color: 4551218.

HSL color Cylindrical-coordinate representation of color #327245: hue angle of 137.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327245 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB5011469-
CMYK0.5600.390.55
HSL137.81º39.02%32.16%-
HSV(B)137.81º56.14%44.71%-
XYZ8.4113.147.72-
YUV89.73116.399.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=21.46%
G=48.93%
B=29.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114690.5600.390.55137.8139.0232.16
Hex32724538027378a2720
Octal6216210570047672124740
Binary11001011100101000101111000010011111011110001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327245; }

 p { color: rgb(50,114,69); }

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

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

 a { background-color: rgb(50,114,69); }

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

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

 span { border-color: rgb(50,114,69); }

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