Html Css Color HEX #327457 Amazon

📋 copy color: '#327457'

red 50 ◦ green 116 ◦ blue 87

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

Shades of Amazon #327457

Tints of Amazon #327457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.39%

R = 19.76%
G = 45.85%
B = 34.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#327457 (or 0x327457) is known color: Amazon. HEX triplet: 32, 74 and 57. RGB value is (50,116,87). Sum of RGB (Red+Green+Blue) = 50+116+87=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #327457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327457 is #CD8BA8. Grayscale: #5D5D5D. Windows color (decimal): -13470633 or 5731378. OLE color: 5731378.

HSL color Cylindrical-coordinate representation of color #327457: hue angle of 153.64º 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 #327457 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 87 -
CMYK 0.57 0 0.25 0.55
HSL 153.64º 0.4% 0.33% -
HSV(B) 153.64º 0.57% 0.45% -
XYZ 9.28 13.86 11.2 -
YUV 92.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 50 116 87 0.57 0 0.25 0.55 153.64 0.4 0.33
Hex 32 74 57 39 0 19 37 9A 28 21
Octal 62 164 127 71 0 31 67 232 50 41
Binary 110010 1110100 1010111 111001 0 11001 110111 10011010 101000 100001

Color Harmonies of #327457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327457

Black with #327457

Text Example


Text Example

White with #327457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327457; }

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

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

background-color css

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

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

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

border-color css

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

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

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