Html Css Color HEX #327154 Amazon

📋 copy color: '#327154'

red 50 ◦ green 113 ◦ blue 84

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

Shades of Amazon #327154

Tints of Amazon #327154

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.75%

 BLUE value IS 84 (33.2% from 255) = 34.01%

R = 20.24%
G = 45.75%
B = 34.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#327154 (or 0x327154) is known color: Amazon. HEX triplet: 32, 71 and 54. RGB value is (50,113,84). Sum of RGB (Red+Green+Blue) = 50+113+84=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #327154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327154 is #CD8EAB. Grayscale: #5A5A5A. Windows color (decimal): -13471404 or 5534002. OLE color: 5534002.

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

Color convert

RGB 50 113 84 -
CMYK 0.56 0 0.26 0.56
HSL 152.38º 0.39% 0.32% -
HSV(B) 152.38º 0.56% 0.44% -
XYZ 8.82 13.13 10.46 -
YUV 90.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 50 113 84 0.56 0 0.26 0.56 152.38 0.39 0.32
Hex 32 71 54 38 0 1A 38 98 27 20
Octal 62 161 124 70 0 32 70 230 47 40
Binary 110010 1110001 1010100 111000 0 11010 111000 10011000 100111 100000

Color Harmonies of #327154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327154

Black with #327154

Text Example


Text Example

White with #327154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327154; }

 p { color: rgb(50,113,84); }

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

background-color css

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

 a { background-color: rgb(50,113,84); }

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

border-color css

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

 span { border-color: rgb(50,113,84); }

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