Html Css Color HEX #327345 Amazon

📋 copy color: '#327345'

red 50 ◦ green 115 ◦ blue 69

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

Shades of Amazon #327345

Tints of Amazon #327345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.49%

R = 21.37%
G = 49.15%
B = 29.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#327345 (or 0x327345) is known color: Amazon. HEX triplet: 32, 73 and 45. RGB value is (50,115,69). Sum of RGB (Red+Green+Blue) = 50+115+69=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #327345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327345 is #CD8CBA. Grayscale: #5A5A5A. Windows color (decimal): -13470907 or 4551474. OLE color: 4551474.

HSL color Cylindrical-coordinate representation of color #327345: hue angle of 137.54º 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 #327345 is Cyan = 0.57, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 69 -
CMYK 0.57 0 0.4 0.55
HSL 137.54º 0.39% 0.32% -
HSV(B) 137.54º 0.57% 0.45% -
XYZ 8.52 13.37 7.76 -
YUV 90.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 50 115 69 0.57 0 0.4 0.55 137.54 0.39 0.32
Hex 32 73 45 39 0 28 37 8A 27 20
Octal 62 163 105 71 0 50 67 212 47 40
Binary 110010 1110011 1000101 111001 0 101000 110111 10001010 100111 100000

Color Harmonies of #327345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327345

Black with #327345

Text Example


Text Example

White with #327345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327345; }

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

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

background-color css

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

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

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

border-color css

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

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

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