Html Css Color HEX #327C44 Amazon

📋 copy color: '#327C44'

red 50 ◦ green 124 ◦ blue 68

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

Shades of Amazon #327C44

Tints of Amazon #327C44

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.24%

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

R = 20.66%
G = 51.24%
B = 28.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#327C44 (or 0x327C44) is known color: Amazon. HEX triplet: 32, 7C and 44. RGB value is (50,124,68). Sum of RGB (Red+Green+Blue) = 50+124+68=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #327C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C44 is #CD83BB. Grayscale: #5F5F5F. Windows color (decimal): -13468604 or 4488242. OLE color: 4488242.

HSL color Cylindrical-coordinate representation of color #327C44: hue angle of 134.59º 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 #327C44 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 124 68 -
CMYK 0.60 0 0.45 0.51
HSL 134.59º 0.43% 0.34% -
HSV(B) 134.59º 0.6% 0.49% -
XYZ 9.57 15.51 7.96 -
YUV 95.49 112.48 95.55 -
System Red Green Blue C M Y K H S L
Decimal 50 124 68 0.60 0 0.45 0.51 134.59 0.43 0.34
Hex 32 7C 44 3C 0 2D 33 87 2B 22
Octal 62 174 104 74 0 55 63 207 53 42
Binary 110010 1111100 1000100 111100 0 101101 110011 10000111 101011 100010

Color Harmonies of #327C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C44

Black with #327C44

Text Example


Text Example

White with #327C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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