Html Css Color HEX #327D44 Amazon

📋 copy color: '#327D44'

red 50 ◦ green 125 ◦ blue 68

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

Shades of Amazon #327D44

Tints of Amazon #327D44

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.44%

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

R = 20.58%
G = 51.44%
B = 27.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#327D44 (or 0x327D44) is known color: Amazon. HEX triplet: 32, 7D and 44. RGB value is (50,125,68). Sum of RGB (Red+Green+Blue) = 50+125+68=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #327D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327D44 is #CD82BB. Grayscale: #606060. Windows color (decimal): -13468348 or 4488498. OLE color: 4488498.

HSL color Cylindrical-coordinate representation of color #327D44: hue angle of 134.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327D44 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 125 68 -
CMYK 0.60 0 0.46 0.51
HSL 134.4º 0.43% 0.34% -
HSV(B) 134.4º 0.6% 0.49% -
XYZ 9.69 15.76 8 -
YUV 96.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 50 125 68 0.60 0 0.46 0.51 134.4 0.43 0.34
Hex 32 7D 44 3C 0 2E 33 86 2B 22
Octal 62 175 104 74 0 56 63 206 53 42
Binary 110010 1111101 1000100 111100 0 101110 110011 10000110 101011 100010

Color Harmonies of #327D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327D44

Black with #327D44

Text Example


Text Example

White with #327D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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