Html Css Color HEX #327456 Amazon

📋 copy color: '#327456'

red 50 ◦ green 116 ◦ blue 86

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

Shades of Amazon #327456

Tints of Amazon #327456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.03%

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

R = 19.84%
G = 46.03%
B = 34.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#327456 (or 0x327456) is known color: Amazon. HEX triplet: 32, 74 and 56. RGB value is (50,116,86). Sum of RGB (Red+Green+Blue) = 50+116+86=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #327456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327456 is #CD8BA9. Grayscale: #5C5C5C. Windows color (decimal): -13470634 or 5665842. OLE color: 5665842.

HSL color Cylindrical-coordinate representation of color #327456: hue angle of 152.73º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327456 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 86 -
CMYK 0.57 0 0.26 0.55
HSL 152.73º 0.4% 0.33% -
HSV(B) 152.73º 0.57% 0.45% -
XYZ 9.24 13.84 10.99 -
YUV 92.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 50 116 86 0.57 0 0.26 0.55 152.73 0.4 0.33
Hex 32 74 56 39 0 1A 37 99 28 21
Octal 62 164 126 71 0 32 67 231 50 41
Binary 110010 1110100 1010110 111001 0 11010 110111 10011001 101000 100001

Color Harmonies of #327456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327456

Black with #327456

Text Example


Text Example

White with #327456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327456; }

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

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

background-color css

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

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

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

border-color css

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

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

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