Html Css Color HEX #327152 Amazon

📋 copy color: '#327152'

red 50 ◦ green 113 ◦ blue 82

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

Shades of Amazon #327152

Tints of Amazon #327152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

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

R = 20.41%
G = 46.12%
B = 33.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#327152 (or 0x327152) is known color: Amazon. HEX triplet: 32, 71 and 52. RGB value is (50,113,82). Sum of RGB (Red+Green+Blue) = 50+113+82=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #327152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327152 is #CD8EAD. Grayscale: #5A5A5A. Windows color (decimal): -13471406 or 5402930. OLE color: 5402930.

HSL color Cylindrical-coordinate representation of color #327152: hue angle of 150.48º 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 #327152 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 82 -
CMYK 0.56 0 0.27 0.56
HSL 150.48º 0.39% 0.32% -
HSV(B) 150.48º 0.56% 0.44% -
XYZ 8.74 13.1 10.05 -
YUV 90.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 50 113 82 0.56 0 0.27 0.56 150.48 0.39 0.32
Hex 32 71 52 38 0 1B 38 96 27 20
Octal 62 161 122 70 0 33 70 226 47 40
Binary 110010 1110001 1010010 111000 0 11011 111000 10010110 100111 100000

Color Harmonies of #327152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327152

Black with #327152

Text Example


Text Example

White with #327152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327152; }

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

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

background-color css

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

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

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

border-color css

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

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

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