Html Css Color HEX #327048 Amazon

📋 copy color: '#327048'

red 50 ◦ green 112 ◦ blue 72

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

Shades of Amazon #327048

Tints of Amazon #327048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.86%

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 21.37%
G = 47.86%
B = 30.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#327048 (or 0x327048) is known color: Amazon. HEX triplet: 32, 70 and 48. RGB value is (50,112,72). Sum of RGB (Red+Green+Blue) = 50+112+72=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #327048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327048 is #CD8FB7. Grayscale: #595959. Windows color (decimal): -13471672 or 4747314. OLE color: 4747314.

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

Color convert

RGB 50 112 72 -
CMYK 0.55 0 0.36 0.56
HSL 141.29º 0.38% 0.32% -
HSV(B) 141.29º 0.55% 0.44% -
XYZ 8.28 12.73 8.15 -
YUV 88.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 50 112 72 0.55 0 0.36 0.56 141.29 0.38 0.32
Hex 32 70 48 37 0 24 38 8D 26 20
Octal 62 160 110 67 0 44 70 215 46 40
Binary 110010 1110000 1001000 110111 0 100100 111000 10001101 100110 100000

Color Harmonies of #327048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327048

Black with #327048

Text Example


Text Example

White with #327048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327048; }

 p { color: rgb(50,112,72); }

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

background-color css

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

 a { background-color: rgb(50,112,72); }

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

border-color css

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

 span { border-color: rgb(50,112,72); }

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