Html Css Color HEX #328246 Amazon

📋 copy color: '#328246'

red 50 ◦ green 130 ◦ blue 70

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

Shades of Amazon #328246

Tints of Amazon #328246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

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

R = 20%
G = 52%
B = 28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#328246 (or 0x328246) is known color: Amazon. HEX triplet: 32, 82 and 46. RGB value is (50,130,70). Sum of RGB (Red+Green+Blue) = 50+130+70=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #328246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328246 is #CD7DB9. Grayscale: #636363. Windows color (decimal): -13467066 or 4620850. OLE color: 4620850.

HSL color Cylindrical-coordinate representation of color #328246: hue angle of 135º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328246 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 70 -
CMYK 0.62 0 0.46 0.49
HSL 135º 0.44% 0.35% -
HSV(B) 135º 0.62% 0.51% -
XYZ 10.4 17.09 8.54 -
YUV 99.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 50 130 70 0.62 0 0.46 0.49 135 0.44 0.35
Hex 32 82 46 3E 0 2E 31 87 2C 23
Octal 62 202 106 76 0 56 61 207 54 43
Binary 110010 10000010 1000110 111110 0 101110 110001 10000111 101100 100011

Color Harmonies of #328246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328246

Black with #328246

Text Example


Text Example

White with #328246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328246; }

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

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

background-color css

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

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

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

border-color css

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

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

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