Html Css Color HEX #327744 Amazon

📋 copy color: '#327744'

red 50 ◦ green 119 ◦ blue 68

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

Shades of Amazon #327744

Tints of Amazon #327744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

 BLUE value IS 68 (26.95% from 255) = 28.69%

R = 21.1%
G = 50.21%
B = 28.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#327744 (or 0x327744) is known color: Amazon. HEX triplet: 32, 77 and 44. RGB value is (50,119,68). Sum of RGB (Red+Green+Blue) = 50+119+68=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #327744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327744 is #CD88BB. Grayscale: #5C5C5C. Windows color (decimal): -13469884 or 4486962. OLE color: 4486962.

HSL color Cylindrical-coordinate representation of color #327744: hue angle of 135.65º 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 #327744 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 68 -
CMYK 0.58 0 0.43 0.53
HSL 135.65º 0.41% 0.33% -
HSV(B) 135.65º 0.58% 0.47% -
XYZ 8.96 14.29 7.75 -
YUV 92.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 50 119 68 0.58 0 0.43 0.53 135.65 0.41 0.33
Hex 32 77 44 3A 0 2B 35 88 29 21
Octal 62 167 104 72 0 53 65 210 51 41
Binary 110010 1110111 1000100 111010 0 101011 110101 10001000 101001 100001

Color Harmonies of #327744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327744

Black with #327744

Text Example


Text Example

White with #327744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327744; }

 p { color: rgb(50,119,68); }

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

background-color css

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

 a { background-color: rgb(50,119,68); }

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

border-color css

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

 span { border-color: rgb(50,119,68); }

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