Html Css Color HEX #327643 Amazon

📋 copy color: '#327643'

red 50 ◦ green 118 ◦ blue 67

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

Shades of Amazon #327643

Tints of Amazon #327643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.51%

R = 21.28%
G = 50.21%
B = 28.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#327643 (or 0x327643) is known color: Amazon. HEX triplet: 32, 76 and 43. RGB value is (50,118,67). Sum of RGB (Red+Green+Blue) = 50+118+67=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #327643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327643 is #CD89BC. Grayscale: #5B5B5B. Windows color (decimal): -13470141 or 4421170. OLE color: 4421170.

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

Color convert

RGB 50 118 67 -
CMYK 0.58 0 0.43 0.54
HSL 135º 0.4% 0.33% -
HSV(B) 135º 0.58% 0.46% -
XYZ 8.81 14.04 7.56 -
YUV 91.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 50 118 67 0.58 0 0.43 0.54 135 0.4 0.33
Hex 32 76 43 3A 0 2B 36 87 28 21
Octal 62 166 103 72 0 53 66 207 50 41
Binary 110010 1110110 1000011 111010 0 101011 110110 10000111 101000 100001

Color Harmonies of #327643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327643

Black with #327643

Text Example


Text Example

White with #327643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327643; }

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

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

background-color css

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

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

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

border-color css

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

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

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