Html Css Color HEX #327343 Amazon

📋 copy color: '#327343'

red 50 ◦ green 115 ◦ blue 67

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

Shades of Amazon #327343

Tints of Amazon #327343

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

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

R = 21.55%
G = 49.57%
B = 28.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#327343 (or 0x327343) is known color: Amazon. HEX triplet: 32, 73 and 43. RGB value is (50,115,67). Sum of RGB (Red+Green+Blue) = 50+115+67=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #327343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327343 is #CD8CBC. Grayscale: #5A5A5A. Windows color (decimal): -13470909 or 4420402. OLE color: 4420402.

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

Color convert

RGB 50 115 67 -
CMYK 0.57 0 0.42 0.55
HSL 135.69º 0.39% 0.32% -
HSV(B) 135.69º 0.57% 0.45% -
XYZ 8.46 13.34 7.44 -
YUV 90.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 50 115 67 0.57 0 0.42 0.55 135.69 0.39 0.32
Hex 32 73 43 39 0 2A 37 88 27 20
Octal 62 163 103 71 0 52 67 210 47 40
Binary 110010 1110011 1000011 111001 0 101010 110111 10001000 100111 100000

Color Harmonies of #327343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327343

Black with #327343

Text Example


Text Example

White with #327343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327343; }

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

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

background-color css

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

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

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

border-color css

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

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

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