Html Css Color HEX #328255 Amazon

📋 copy color: '#328255'

red 50 ◦ green 130 ◦ blue 85

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

Shades of Amazon #328255

Tints of Amazon #328255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 18.87%
G = 49.06%
B = 32.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#328255 (or 0x328255) is known color: Amazon. HEX triplet: 32, 82 and 55. RGB value is (50,130,85). Sum of RGB (Red+Green+Blue) = 50+130+85=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #328255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328255 is #CD7DAA. Grayscale: #656565. Windows color (decimal): -13467051 or 5603890. OLE color: 5603890.

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

Color convert

RGB 50 130 85 -
CMYK 0.62 0 0.35 0.49
HSL 146.25º 0.44% 0.35% -
HSV(B) 146.25º 0.62% 0.51% -
XYZ 10.94 17.3 11.36 -
YUV 100.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 50 130 85 0.62 0 0.35 0.49 146.25 0.44 0.35
Hex 32 82 55 3E 0 23 31 92 2C 23
Octal 62 202 125 76 0 43 61 222 54 43
Binary 110010 10000010 1010101 111110 0 100011 110001 10010010 101100 100011

Color Harmonies of #328255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328255

Black with #328255

Text Example


Text Example

White with #328255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328255; }

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

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

background-color css

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

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

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

border-color css

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

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

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