Html Css Color HEX #327244 Amazon

📋 copy color: '#327244'

red 50 ◦ green 114 ◦ blue 68

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

Shades of Amazon #327244

Tints of Amazon #327244

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.14%

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

R = 21.55%
G = 49.14%
B = 29.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#327244 (or 0x327244) is known color: Amazon. HEX triplet: 32, 72 and 44. RGB value is (50,114,68). Sum of RGB (Red+Green+Blue) = 50+114+68=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #327244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327244 is #CD8DBB. Grayscale: #595959. Windows color (decimal): -13471164 or 4485682. OLE color: 4485682.

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

Color convert

RGB 50 114 68 -
CMYK 0.56 0 0.40 0.55
HSL 136.88º 0.39% 0.32% -
HSV(B) 136.88º 0.56% 0.45% -
XYZ 8.38 13.13 7.56 -
YUV 89.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 50 114 68 0.56 0 0.40 0.55 136.88 0.39 0.32
Hex 32 72 44 38 0 28 37 89 27 20
Octal 62 162 104 70 0 50 67 211 47 40
Binary 110010 1110010 1000100 111000 0 101000 110111 10001001 100111 100000

Color Harmonies of #327244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327244

Black with #327244

Text Example


Text Example

White with #327244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327244; }

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

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

background-color css

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

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

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

border-color css

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

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

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