Html Css Color HEX #328546 Amazon

📋 copy color: '#328546'

red 50 ◦ green 133 ◦ blue 70

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

Shades of Amazon #328546

Tints of Amazon #328546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.57%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 19.76%
G = 52.57%
B = 27.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#328546 (or 0x328546) is known color: Amazon. HEX triplet: 32, 85 and 46. RGB value is (50,133,70). Sum of RGB (Red+Green+Blue) = 50+133+70=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #328546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328546 is #CD7AB9. Grayscale: #656565. Windows color (decimal): -13466298 or 4621618. OLE color: 4621618.

HSL color Cylindrical-coordinate representation of color #328546: hue angle of 134.46º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328546 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 70 -
CMYK 0.62 0 0.47 0.48
HSL 134.46º 0.45% 0.36% -
HSV(B) 134.46º 0.62% 0.52% -
XYZ 10.81 17.9 8.68 -
YUV 101 110.5 91.62 -
System Red Green Blue C M Y K H S L
Decimal 50 133 70 0.62 0 0.47 0.48 134.46 0.45 0.36
Hex 32 85 46 3E 0 2F 30 86 2D 24
Octal 62 205 106 76 0 57 60 206 55 44
Binary 110010 10000101 1000110 111110 0 101111 110000 10000110 101101 100100

Color Harmonies of #328546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328546

Black with #328546

Text Example


Text Example

White with #328546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328546; }

 p { color: rgb(50,133,70); }

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

background-color css

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

 a { background-color: rgb(50,133,70); }

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

border-color css

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

 span { border-color: rgb(50,133,70); }

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