Html Css Color HEX #327F4E Amazon

📋 copy color: '#327F4E'

red 50 ◦ green 127 ◦ blue 78

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

Shades of Amazon #327F4E

Tints of Amazon #327F4E

RGB

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

 GREEN value IS 127 (50% from 255) = 49.8%

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 19.61%
G = 49.8%
B = 30.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#327F4E (or 0x327F4E) is known color: Amazon. HEX triplet: 32, 7F and 4E. RGB value is (50,127,78). Sum of RGB (Red+Green+Blue) = 50+127+78=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #327F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F4E is #CD80B1. Grayscale: #626262. Windows color (decimal): -13467826 or 5144370. OLE color: 5144370.

HSL color Cylindrical-coordinate representation of color #327F4E: hue angle of 141.82º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F4E is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 78 -
CMYK 0.61 0 0.39 0.50
HSL 141.82º 0.44% 0.35% -
HSV(B) 141.82º 0.61% 0.5% -
XYZ 10.28 16.41 9.83 -
YUV 98.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 50 127 78 0.61 0 0.39 0.50 141.82 0.44 0.35
Hex 32 7F 4E 3D 0 27 32 8E 2C 23
Octal 62 177 116 75 0 47 62 216 54 43
Binary 110010 1111111 1001110 111101 0 100111 110010 10001110 101100 100011

Color Harmonies of #327F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F4E

Black with #327F4E

Text Example


Text Example

White with #327F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327F4E; }

 p { color: rgb(50,127,78); }

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

background-color css

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

 a { background-color: rgb(50,127,78); }

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

border-color css

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

 span { border-color: rgb(50,127,78); }

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