Html Css Color HEX #327052 Amazon

📋 copy color: '#327052'

red 50 ◦ green 112 ◦ blue 82

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

Shades of Amazon #327052

Tints of Amazon #327052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

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

R = 20.49%
G = 45.9%
B = 33.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#327052 (or 0x327052) is known color: Amazon. HEX triplet: 32, 70 and 52. RGB value is (50,112,82). Sum of RGB (Red+Green+Blue) = 50+112+82=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #327052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327052 is #CD8FAD. Grayscale: #5A5A5A. Windows color (decimal): -13471662 or 5402674. OLE color: 5402674.

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

Color convert

RGB 50 112 82 -
CMYK 0.55 0 0.27 0.56
HSL 150.97º 0.38% 0.32% -
HSV(B) 150.97º 0.55% 0.44% -
XYZ 8.63 12.88 10.01 -
YUV 90.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 50 112 82 0.55 0 0.27 0.56 150.97 0.38 0.32
Hex 32 70 52 37 0 1B 38 97 26 20
Octal 62 160 122 67 0 33 70 227 46 40
Binary 110010 1110000 1010010 110111 0 11011 111000 10010111 100110 100000

Color Harmonies of #327052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327052

Black with #327052

Text Example


Text Example

White with #327052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327052; }

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

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

background-color css

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

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

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

border-color css

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

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

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