Html Css Color HEX #328746 Amazon

📋 copy color: '#328746'

red 50 ◦ green 135 ◦ blue 70

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

Shades of Amazon #328746

Tints of Amazon #328746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

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

R = 19.61%
G = 52.94%
B = 27.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#328746 (or 0x328746) is known color: Amazon. HEX triplet: 32, 87 and 46. RGB value is (50,135,70). Sum of RGB (Red+Green+Blue) = 50+135+70=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #328746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328746 is #CD78B9. Grayscale: #666666. Windows color (decimal): -13465786 or 4622130. OLE color: 4622130.

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

Color convert

RGB 50 135 70 -
CMYK 0.63 0 0.48 0.47
HSL 134.12º 0.46% 0.36% -
HSV(B) 134.12º 0.63% 0.53% -
XYZ 11.08 18.45 8.77 -
YUV 102.18 109.84 90.79 -
System Red Green Blue C M Y K H S L
Decimal 50 135 70 0.63 0 0.48 0.47 134.12 0.46 0.36
Hex 32 87 46 3F 0 30 2F 86 2E 24
Octal 62 207 106 77 0 60 57 206 56 44
Binary 110010 10000111 1000110 111111 0 110000 101111 10000110 101110 100100

Color Harmonies of #328746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328746

Black with #328746

Text Example


Text Example

White with #328746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328746; }

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

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

background-color css

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

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

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

border-color css

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

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

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