Html Css Color HEX #327856 Amazon

📋 copy color: '#327856'

red 50 ◦ green 120 ◦ blue 86

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

Shades of Amazon #327856

Tints of Amazon #327856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.88%

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 19.53%
G = 46.88%
B = 33.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#327856 (or 0x327856) is known color: Amazon. HEX triplet: 32, 78 and 56. RGB value is (50,120,86). Sum of RGB (Red+Green+Blue) = 50+120+86=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #327856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327856 is #CD87A9. Grayscale: #5F5F5F. Windows color (decimal): -13469610 or 5666866. OLE color: 5666866.

HSL color Cylindrical-coordinate representation of color #327856: hue angle of 150.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327856 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 120 86 -
CMYK 0.58 0 0.28 0.53
HSL 150.86º 0.41% 0.33% -
HSV(B) 150.86º 0.58% 0.47% -
XYZ 9.71 14.78 11.15 -
YUV 95.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 50 120 86 0.58 0 0.28 0.53 150.86 0.41 0.33
Hex 32 78 56 3A 0 1C 35 97 29 21
Octal 62 170 126 72 0 34 65 227 51 41
Binary 110010 1111000 1010110 111010 0 11100 110101 10010111 101001 100001

Color Harmonies of #327856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327856

Black with #327856

Text Example


Text Example

White with #327856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327856; }

 p { color: rgb(50,120,86); }

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

background-color css

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

 a { background-color: rgb(50,120,86); }

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

border-color css

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

 span { border-color: rgb(50,120,86); }

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