#327155

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

Shades of Amazon #327155

Tints of Amazon #327155

Color information

#327155 (or 0x327155) is unknown color: approx Amazon. HEX triplet: 32, 71 and 55. RGB value is (50,113,85). Sum of RGB (Red+Green+Blue) = 50+113+85=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #327155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327155 is #CD8EAA. Grayscale: #5B5B5B. Windows color (decimal): -13471403 or 5599538. OLE color: 5599538.

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

Color convert

RGB5011385-
CMYK0.5600.250.56
HSL153.33º38.65%31.96%-
HSV(B)153.33º55.75%44.31%-
XYZ8.8613.1410.66-
YUV90.97124.6398.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=20.16%
G=45.56%
B=34.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113850.5600.250.56153.3338.6531.96
Hex3271553801938992720
Octal6216112570031702314740
Binary1100101110001101010111100001100111100010011001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327155; }

 p { color: rgb(50,113,85); }

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

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

 a { background-color: rgb(50,113,85); }

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

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

 span { border-color: rgb(50,113,85); }

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