Html Css Color HEX #327A5A Amazon

📋 copy color: '#327A5A'

red 50 ◦ green 122 ◦ blue 90

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

Shades of Amazon #327A5A

Tints of Amazon #327A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 19.08%
G = 46.56%
B = 34.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#327A5A (or 0x327A5A) is known color: Amazon. HEX triplet: 32, 7A and 5A. RGB value is (50,122,90). Sum of RGB (Red+Green+Blue) = 50+122+90=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #327A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A5A is #CD85A5. Grayscale: #606060. Windows color (decimal): -13469094 or 5929522. OLE color: 5929522.

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

Color convert

RGB 50 122 90 -
CMYK 0.59 0 0.26 0.52
HSL 153.33º 0.42% 0.34% -
HSV(B) 153.33º 0.59% 0.48% -
XYZ 10.12 15.34 12.1 -
YUV 96.82 124.15 94.6 -
System Red Green Blue C M Y K H S L
Decimal 50 122 90 0.59 0 0.26 0.52 153.33 0.42 0.34
Hex 32 7A 5A 3B 0 1A 34 99 2A 22
Octal 62 172 132 73 0 32 64 231 52 42
Binary 110010 1111010 1011010 111011 0 11010 110100 10011001 101010 100010

Color Harmonies of #327A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A5A

Black with #327A5A

Text Example


Text Example

White with #327A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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