Html Css Color HEX #328252 Amazon

📋 copy color: '#328252'

red 50 ◦ green 130 ◦ blue 82

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

Shades of Amazon #328252

Tints of Amazon #328252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.3%

R = 19.08%
G = 49.62%
B = 31.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#328252 (or 0x328252) is known color: Amazon. HEX triplet: 32, 82 and 52. RGB value is (50,130,82). Sum of RGB (Red+Green+Blue) = 50+130+82=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #328252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328252 is #CD7DAD. Grayscale: #646464. Windows color (decimal): -13467054 or 5407282. OLE color: 5407282.

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

Color convert

RGB 50 130 82 -
CMYK 0.62 0 0.37 0.49
HSL 144º 0.44% 0.35% -
HSV(B) 144º 0.62% 0.51% -
XYZ 10.82 17.25 10.74 -
YUV 100.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 50 130 82 0.62 0 0.37 0.49 144 0.44 0.35
Hex 32 82 52 3E 0 25 31 90 2C 23
Octal 62 202 122 76 0 45 61 220 54 43
Binary 110010 10000010 1010010 111110 0 100101 110001 10010000 101100 100011

Color Harmonies of #328252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328252

Black with #328252

Text Example


Text Example

White with #328252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328252; }

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

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

background-color css

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

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

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

border-color css

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

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

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