Html Css Color HEX #327644 Amazon

📋 copy color: '#327644'

red 50 ◦ green 118 ◦ blue 68

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

Shades of Amazon #327644

Tints of Amazon #327644

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50%

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

R = 21.19%
G = 50%
B = 28.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#327644 (or 0x327644) is known color: Amazon. HEX triplet: 32, 76 and 44. RGB value is (50,118,68). Sum of RGB (Red+Green+Blue) = 50+118+68=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #327644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327644 is #CD89BB. Grayscale: #5C5C5C. Windows color (decimal): -13470140 or 4486706. OLE color: 4486706.

HSL color Cylindrical-coordinate representation of color #327644: hue angle of 135.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327644 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 68 -
CMYK 0.58 0 0.42 0.54
HSL 135.88º 0.4% 0.33% -
HSV(B) 135.88º 0.58% 0.46% -
XYZ 8.84 14.05 7.72 -
YUV 91.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 50 118 68 0.58 0 0.42 0.54 135.88 0.4 0.33
Hex 32 76 44 3A 0 2A 36 88 28 21
Octal 62 166 104 72 0 52 66 210 50 41
Binary 110010 1110110 1000100 111010 0 101010 110110 10001000 101000 100001

Color Harmonies of #327644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327644

Black with #327644

Text Example


Text Example

White with #327644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327644; }

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

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

background-color css

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

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

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

border-color css

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

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

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