#327044

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

Shades of Amazon #327044

Tints of Amazon #327044

Color information

#327044 (or 0x327044) is unknown color: approx Amazon. HEX triplet: 32, 70 and 44. RGB value is (50,112,68). Sum of RGB (Red+Green+Blue) = 50+112+68=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #327044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327044 is #CD8FBB. Grayscale: #585858. Windows color (decimal): -13471676 or 4485170. OLE color: 4485170.

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

Color convert

RGB5011268-
CMYK0.5500.390.56
HSL137.42º38.27%31.76%-
HSV(B)137.42º55.36%43.92%-
XYZ8.1512.687.49-
YUV88.45116.46100.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=21.74%
G=48.70%
B=29.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112680.5500.390.56137.4238.2731.76
Hex3270443702738892620
Octal6216010467047702114640
Binary11001011100001000100110111010011111100010001001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327044; }

 p { color: rgb(50,112,68); }

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

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

 a { background-color: rgb(50,112,68); }

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

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

 span { border-color: rgb(50,112,68); }

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