#326E4B

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

Shades of Amazon #326E4B

Tints of Amazon #326E4B

Color information

#326E4B (or 0x326E4B) is unknown color: approx Amazon. HEX triplet: 32, 6E and 4B. RGB value is (50,110,75). Sum of RGB (Red+Green+Blue) = 50+110+75=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #326E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E4B is #CD91B4. Grayscale: #585858. Windows color (decimal): -13472181 or 4943410. OLE color: 4943410.

HSL color Cylindrical-coordinate representation of color #326E4B: hue angle of 145º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E4B is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB5011075-
CMYK0.5500.320.57
HSL145º37.5%31.37%-
HSV(B)145º54.55%43.14%-
XYZ8.1612.348.61-
YUV88.07120.62100.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 110 (43.36% from 255) = 46.81%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=21.28%
G=46.81%
B=31.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50110750.5500.320.5714537.531.37
Hex326E4B370203991261f
Octal6215611367040712214637
Binary1100101101110100101111011101000001110011001000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326E4B; }

 p { color: rgb(50,110,75); }

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

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

 a { background-color: rgb(50,110,75); }

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

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

 span { border-color: rgb(50,110,75); }

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