Html Css Color HEX #328348 Amazon

📋 copy color: '#328348'

red 50 ◦ green 131 ◦ blue 72

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

Shades of Amazon #328348

Tints of Amazon #328348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.78%

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

R = 19.76%
G = 51.78%
B = 28.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#328348 (or 0x328348) is known color: Amazon. HEX triplet: 32, 83 and 48. RGB value is (50,131,72). Sum of RGB (Red+Green+Blue) = 50+131+72=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #328348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328348 is #CD7CB7. Grayscale: #646464. Windows color (decimal): -13466808 or 4752178. OLE color: 4752178.

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

Color convert

RGB 50 131 72 -
CMYK 0.62 0 0.45 0.49
HSL 136.3º 0.45% 0.35% -
HSV(B) 136.3º 0.62% 0.51% -
XYZ 10.6 17.38 8.93 -
YUV 100.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 50 131 72 0.62 0 0.45 0.49 136.3 0.45 0.35
Hex 32 83 48 3E 0 2D 31 88 2D 23
Octal 62 203 110 76 0 55 61 210 55 43
Binary 110010 10000011 1001000 111110 0 101101 110001 10001000 101101 100011

Color Harmonies of #328348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328348

Black with #328348

Text Example


Text Example

White with #328348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328348; }

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

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

background-color css

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

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

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

border-color css

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

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

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