#327B5F

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

Shades of Amazon #327B5F

Tints of Amazon #327B5F

Color information

#327B5F (or 0x327B5F) is unknown color: approx Amazon. HEX triplet: 32, 7B and 5F. RGB value is (50,123,95). Sum of RGB (Red+Green+Blue) = 50+123+95=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #327B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B5F is #CD84A0. Grayscale: #626262. Windows color (decimal): -13468833 or 6257458. OLE color: 6257458.

HSL color Cylindrical-coordinate representation of color #327B5F: hue angle of 156.99º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327B5F is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB5012395-
CMYK0.5900.230.52
HSL156.99º42.2%33.92%-
HSV(B)156.99º59.35%48.24%-
XYZ10.4615.6713.3-
YUV97.98126.3293.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=18.66%
G=45.90%
B=35.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50123950.5900.230.52156.9942.233.92
Hex327B5F3B017349d2a22
Octal6217313773027642355242
Binary1100101111011101111111101101011111010010011101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327B5F; }

 p { color: rgb(50,123,95); }

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

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

 a { background-color: rgb(50,123,95); }

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

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

 span { border-color: rgb(50,123,95); }

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