Html Css Color HEX #327A55 Amazon

📋 copy color: '#327A55'

red 50 ◦ green 122 ◦ blue 85

#327A55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #327A55

Tints of Amazon #327A55

RGB

 RED value IS 50 (19.92% from 255) = 19.46%

 GREEN value IS 122 (48.05% from 255) = 47.47%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 19.46%
G = 47.47%
B = 33.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#327A55 (or 0x327A55) is known color: Amazon. HEX triplet: 32, 7A and 55. RGB value is (50,122,85). Sum of RGB (Red+Green+Blue) = 50+122+85=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #327A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A55 is #CD85AA. Grayscale: #606060. Windows color (decimal): -13469099 or 5601842. OLE color: 5601842.

HSL color Cylindrical-coordinate representation of color #327A55: hue angle of 149.17º 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 #327A55 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 85 -
CMYK 0.59 0 0.30 0.52
HSL 149.17º 0.42% 0.34% -
HSV(B) 149.17º 0.59% 0.48% -
XYZ 9.91 15.25 11.02 -
YUV 96.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 50 122 85 0.59 0 0.30 0.52 149.17 0.42 0.34
Hex 32 7A 55 3B 0 1E 34 95 2A 22
Octal 62 172 125 73 0 36 64 225 52 42
Binary 110010 1111010 1010101 111011 0 11110 110100 10010101 101010 100010

Color Harmonies of #327A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A55

Black with #327A55

Text Example


Text Example

White with #327A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #327A55;
 }
 .AnyTagClassName
 {
   color: #327A55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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