Html Css Color HEX #327344 Amazon

📋 copy color: '#327344'

red 50 ◦ green 115 ◦ blue 68

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

Shades of Amazon #327344

Tints of Amazon #327344

RGB

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

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

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

R = 21.46%
G = 49.36%
B = 29.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#327344 (or 0x327344) is known color: Amazon. HEX triplet: 32, 73 and 44. RGB value is (50,115,68). Sum of RGB (Red+Green+Blue) = 50+115+68=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #327344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327344 is #CD8CBB. Grayscale: #5A5A5A. Windows color (decimal): -13470908 or 4485938. OLE color: 4485938.

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

Color convert

RGB 50 115 68 -
CMYK 0.57 0 0.41 0.55
HSL 136.62º 0.39% 0.32% -
HSV(B) 136.62º 0.57% 0.45% -
XYZ 8.49 13.36 7.6 -
YUV 90.21 115.47 99.32 -
System Red Green Blue C M Y K H S L
Decimal 50 115 68 0.57 0 0.41 0.55 136.62 0.39 0.32
Hex 32 73 44 39 0 29 37 89 27 20
Octal 62 163 104 71 0 51 67 211 47 40
Binary 110010 1110011 1000100 111001 0 101001 110111 10001001 100111 100000

Color Harmonies of #327344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327344

Black with #327344

Text Example


Text Example

White with #327344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327344; }

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

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

background-color css

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

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

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

border-color css

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

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

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