Html Css Color HEX #327054 Amazon

📋 copy color: '#327054'

red 50 ◦ green 112 ◦ blue 84

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

Shades of Amazon #327054

Tints of Amazon #327054

RGB

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

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

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

R = 20.33%
G = 45.53%
B = 34.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#327054 (or 0x327054) is known color: Amazon. HEX triplet: 32, 70 and 54. RGB value is (50,112,84). Sum of RGB (Red+Green+Blue) = 50+112+84=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #327054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327054 is #CD8FAB. Grayscale: #5A5A5A. Windows color (decimal): -13471660 or 5533746. OLE color: 5533746.

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

Color convert

RGB 50 112 84 -
CMYK 0.55 0 0.25 0.56
HSL 152.9º 0.38% 0.32% -
HSV(B) 152.9º 0.55% 0.44% -
XYZ 8.71 12.91 10.42 -
YUV 90.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 50 112 84 0.55 0 0.25 0.56 152.9 0.38 0.32
Hex 32 70 54 37 0 19 38 99 26 20
Octal 62 160 124 67 0 31 70 231 46 40
Binary 110010 1110000 1010100 110111 0 11001 111000 10011001 100110 100000

Color Harmonies of #327054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327054

Black with #327054

Text Example


Text Example

White with #327054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327054; }

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

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

background-color css

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

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

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

border-color css

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

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

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