Html Css Color HEX #328645 Amazon

📋 copy color: '#328645'

red 50 ◦ green 134 ◦ blue 69

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

Shades of Amazon #328645

Tints of Amazon #328645

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.96%

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

R = 19.76%
G = 52.96%
B = 27.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#328645 (or 0x328645) is known color: Amazon. HEX triplet: 32, 86 and 45. RGB value is (50,134,69). Sum of RGB (Red+Green+Blue) = 50+134+69=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #328645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328645 is #CD79BA. Grayscale: #656565. Windows color (decimal): -13466043 or 4556338. OLE color: 4556338.

HSL color Cylindrical-coordinate representation of color #328645: hue angle of 133.57º 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 #328645 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 69 -
CMYK 0.63 0 0.49 0.47
HSL 133.57º 0.46% 0.36% -
HSV(B) 133.57º 0.63% 0.53% -
XYZ 10.91 18.16 8.56 -
YUV 101.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 50 134 69 0.63 0 0.49 0.47 133.57 0.46 0.36
Hex 32 86 45 3F 0 31 2F 86 2E 24
Octal 62 206 105 77 0 61 57 206 56 44
Binary 110010 10000110 1000101 111111 0 110001 101111 10000110 101110 100100

Color Harmonies of #328645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328645

Black with #328645

Text Example


Text Example

White with #328645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328645; }

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

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

background-color css

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

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

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

border-color css

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

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

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