Html Css Color HEX #327955 Amazon

📋 copy color: '#327955'

red 50 ◦ green 121 ◦ blue 85

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

Shades of Amazon #327955

Tints of Amazon #327955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.27%

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

R = 19.53%
G = 47.27%
B = 33.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#327955 (or 0x327955) is known color: Amazon. HEX triplet: 32, 79 and 55. RGB value is (50,121,85). Sum of RGB (Red+Green+Blue) = 50+121+85=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #327955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327955 is #CD86AA. Grayscale: #5F5F5F. Windows color (decimal): -13469355 or 5601586. OLE color: 5601586.

HSL color Cylindrical-coordinate representation of color #327955: hue angle of 149.58º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327955 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 85 -
CMYK 0.59 0 0.30 0.53
HSL 149.58º 0.42% 0.34% -
HSV(B) 149.58º 0.59% 0.47% -
XYZ 9.79 15.01 10.98 -
YUV 95.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 50 121 85 0.59 0 0.30 0.53 149.58 0.42 0.34
Hex 32 79 55 3B 0 1E 35 96 2A 22
Octal 62 171 125 73 0 36 65 226 52 42
Binary 110010 1111001 1010101 111011 0 11110 110101 10010110 101010 100010

Color Harmonies of #327955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327955

Black with #327955

Text Example


Text Example

White with #327955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327955; }

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

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

background-color css

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

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

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

border-color css

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

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

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