Html Css Color HEX #328545 Amazon

📋 copy color: '#328545'

red 50 ◦ green 133 ◦ blue 69

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

Shades of Amazon #328545

Tints of Amazon #328545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 19.84%
G = 52.78%
B = 27.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#328545 (or 0x328545) is known color: Amazon. HEX triplet: 32, 85 and 45. RGB value is (50,133,69). Sum of RGB (Red+Green+Blue) = 50+133+69=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #328545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328545 is #CD7ABA. Grayscale: #656565. Windows color (decimal): -13466299 or 4556082. OLE color: 4556082.

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

Color convert

RGB 50 133 69 -
CMYK 0.62 0 0.48 0.48
HSL 133.73º 0.45% 0.36% -
HSV(B) 133.73º 0.62% 0.52% -
XYZ 10.78 17.88 8.51 -
YUV 100.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 50 133 69 0.62 0 0.48 0.48 133.73 0.45 0.36
Hex 32 85 45 3E 0 30 30 86 2D 24
Octal 62 205 105 76 0 60 60 206 55 44
Binary 110010 10000101 1000101 111110 0 110000 110000 10000110 101101 100100

Color Harmonies of #328545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328545

Black with #328545

Text Example


Text Example

White with #328545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328545; }

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

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

background-color css

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

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

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

border-color css

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

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

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