Html Css Color HEX #327446 Amazon

📋 copy color: '#327446'

red 50 ◦ green 116 ◦ blue 70

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

Shades of Amazon #327446

Tints of Amazon #327446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 21.19%
G = 49.15%
B = 29.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#327446 (or 0x327446) is known color: Amazon. HEX triplet: 32, 74 and 46. RGB value is (50,116,70). Sum of RGB (Red+Green+Blue) = 50+116+70=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #327446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327446 is #CD8BB9. Grayscale: #5B5B5B. Windows color (decimal): -13470650 or 4617266. OLE color: 4617266.

HSL color Cylindrical-coordinate representation of color #327446: hue angle of 138.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327446 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 70 -
CMYK 0.57 0 0.40 0.55
HSL 138.18º 0.4% 0.33% -
HSV(B) 138.18º 0.57% 0.45% -
XYZ 8.67 13.61 7.96 -
YUV 91.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 50 116 70 0.57 0 0.40 0.55 138.18 0.4 0.33
Hex 32 74 46 39 0 28 37 8A 28 21
Octal 62 164 106 71 0 50 67 212 50 41
Binary 110010 1110100 1000110 111001 0 101000 110111 10001010 101000 100001

Color Harmonies of #327446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327446

Black with #327446

Text Example


Text Example

White with #327446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327446; }

 p { color: rgb(50,116,70); }

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

background-color css

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

 a { background-color: rgb(50,116,70); }

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

border-color css

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

 span { border-color: rgb(50,116,70); }

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