Html Css Color HEX #327F4F Amazon

📋 copy color: '#327F4F'

red 50 ◦ green 127 ◦ blue 79

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

Shades of Amazon #327F4F

Tints of Amazon #327F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 19.53%
G = 49.61%
B = 30.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#327F4F (or 0x327F4F) is known color: Amazon. HEX triplet: 32, 7F and 4F. RGB value is (50,127,79). Sum of RGB (Red+Green+Blue) = 50+127+79=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #327F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F4F is #CD80B0. Grayscale: #626262. Windows color (decimal): -13467825 or 5209906. OLE color: 5209906.

HSL color Cylindrical-coordinate representation of color #327F4F: hue angle of 142.6º 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 #327F4F is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 79 -
CMYK 0.61 0 0.38 0.50
HSL 142.6º 0.44% 0.35% -
HSV(B) 142.6º 0.61% 0.5% -
XYZ 10.32 16.42 10.02 -
YUV 98.51 116.99 93.4 -
System Red Green Blue C M Y K H S L
Decimal 50 127 79 0.61 0 0.38 0.50 142.6 0.44 0.35
Hex 32 7F 4F 3D 0 26 32 8F 2C 23
Octal 62 177 117 75 0 46 62 217 54 43
Binary 110010 1111111 1001111 111101 0 100110 110010 10001111 101100 100011

Color Harmonies of #327F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F4F

Black with #327F4F

Text Example


Text Example

White with #327F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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