Html Css Color HEX #328047 Amazon

📋 copy color: '#328047'

red 50 ◦ green 128 ◦ blue 71

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

Shades of Amazon #328047

Tints of Amazon #328047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.41%

 BLUE value IS 71 (28.13% from 255) = 28.51%

R = 20.08%
G = 51.41%
B = 28.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#328047 (or 0x328047) is known color: Amazon. HEX triplet: 32, 80 and 47. RGB value is (50,128,71). Sum of RGB (Red+Green+Blue) = 50+128+71=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #328047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328047 is #CD7FB8. Grayscale: #626262. Windows color (decimal): -13467577 or 4685874. OLE color: 4685874.

HSL color Cylindrical-coordinate representation of color #328047: hue angle of 136.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328047 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 128 71 -
CMYK 0.61 0 0.45 0.50
HSL 136.15º 0.44% 0.35% -
HSV(B) 136.15º 0.61% 0.5% -
XYZ 10.17 16.57 8.62 -
YUV 98.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 50 128 71 0.61 0 0.45 0.50 136.15 0.44 0.35
Hex 32 80 47 3D 0 2D 32 88 2C 23
Octal 62 200 107 75 0 55 62 210 54 43
Binary 110010 10000000 1000111 111101 0 101101 110010 10001000 101100 100011

Color Harmonies of #328047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328047

Black with #328047

Text Example


Text Example

White with #328047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328047; }

 p { color: rgb(50,128,71); }

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

background-color css

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

 a { background-color: rgb(50,128,71); }

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

border-color css

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

 span { border-color: rgb(50,128,71); }

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