Html Css Color HEX #327050 Amazon

📋 copy color: '#327050'

red 50 ◦ green 112 ◦ blue 80

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

Shades of Amazon #327050

Tints of Amazon #327050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.06%

R = 20.66%
G = 46.28%
B = 33.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#327050 (or 0x327050) is known color: Amazon. HEX triplet: 32, 70 and 50. RGB value is (50,112,80). Sum of RGB (Red+Green+Blue) = 50+112+80=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #327050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327050 is #CD8FAF. Grayscale: #595959. Windows color (decimal): -13471664 or 5271602. OLE color: 5271602.

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

Color convert

RGB 50 112 80 -
CMYK 0.55 0 0.29 0.56
HSL 149.03º 0.38% 0.32% -
HSV(B) 149.03º 0.55% 0.44% -
XYZ 8.56 12.85 9.62 -
YUV 89.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 50 112 80 0.55 0 0.29 0.56 149.03 0.38 0.32
Hex 32 70 50 37 0 1D 38 95 26 20
Octal 62 160 120 67 0 35 70 225 46 40
Binary 110010 1110000 1010000 110111 0 11101 111000 10010101 100110 100000

Color Harmonies of #327050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327050

Black with #327050

Text Example


Text Example

White with #327050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327050; }

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

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

background-color css

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

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

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

border-color css

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

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

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