Html Css Color HEX #328548 Amazon

📋 copy color: '#328548'

red 50 ◦ green 133 ◦ blue 72

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

Shades of Amazon #328548

Tints of Amazon #328548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 19.61%
G = 52.16%
B = 28.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#328548 (or 0x328548) is known color: Amazon. HEX triplet: 32, 85 and 48. RGB value is (50,133,72). Sum of RGB (Red+Green+Blue) = 50+133+72=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #328548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328548 is #CD7AB7. Grayscale: #656565. Windows color (decimal): -13466296 or 4752690. OLE color: 4752690.

HSL color Cylindrical-coordinate representation of color #328548: hue angle of 135.9º 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 #328548 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 72 -
CMYK 0.62 0 0.46 0.48
HSL 135.9º 0.45% 0.36% -
HSV(B) 135.9º 0.62% 0.52% -
XYZ 10.87 17.92 9.02 -
YUV 101.23 111.5 91.46 -
System Red Green Blue C M Y K H S L
Decimal 50 133 72 0.62 0 0.46 0.48 135.9 0.45 0.36
Hex 32 85 48 3E 0 2E 30 88 2D 24
Octal 62 205 110 76 0 56 60 210 55 44
Binary 110010 10000101 1001000 111110 0 101110 110000 10001000 101101 100100

Color Harmonies of #328548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328548

Black with #328548

Text Example


Text Example

White with #328548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328548; }

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

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

background-color css

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

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

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

border-color css

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

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

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