Html Css Color HEX #327252 Amazon

📋 copy color: '#327252'

red 50 ◦ green 114 ◦ blue 82

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

Shades of Amazon #327252

Tints of Amazon #327252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 20.33%
G = 46.34%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#327252 (or 0x327252) is known color: Amazon. HEX triplet: 32, 72 and 52. RGB value is (50,114,82). Sum of RGB (Red+Green+Blue) = 50+114+82=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #327252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327252 is #CD8DAD. Grayscale: #5B5B5B. Windows color (decimal): -13471150 or 5403186. OLE color: 5403186.

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

Color convert

RGB 50 114 82 -
CMYK 0.56 0 0.28 0.55
HSL 150º 0.39% 0.32% -
HSV(B) 150º 0.56% 0.45% -
XYZ 8.86 13.32 10.09 -
YUV 91.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 50 114 82 0.56 0 0.28 0.55 150 0.39 0.32
Hex 32 72 52 38 0 1C 37 96 27 20
Octal 62 162 122 70 0 34 67 226 47 40
Binary 110010 1110010 1010010 111000 0 11100 110111 10010110 100111 100000

Color Harmonies of #327252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327252

Black with #327252

Text Example


Text Example

White with #327252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327252; }

 p { color: rgb(50,114,82); }

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

background-color css

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

 a { background-color: rgb(50,114,82); }

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

border-color css

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

 span { border-color: rgb(50,114,82); }

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