Html Css Color HEX #327654 Amazon

📋 copy color: '#327654'

red 50 ◦ green 118 ◦ blue 84

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

Shades of Amazon #327654

Tints of Amazon #327654

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

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

R = 19.84%
G = 46.83%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#327654 (or 0x327654) is known color: Amazon. HEX triplet: 32, 76 and 54. RGB value is (50,118,84). Sum of RGB (Red+Green+Blue) = 50+118+84=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #327654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327654 is #CD89AB. Grayscale: #5D5D5D. Windows color (decimal): -13470124 or 5535282. OLE color: 5535282.

HSL color Cylindrical-coordinate representation of color #327654: hue angle of 150º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327654 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 84 -
CMYK 0.58 0 0.29 0.54
HSL 150º 0.4% 0.33% -
HSV(B) 150º 0.58% 0.46% -
XYZ 9.39 14.28 10.65 -
YUV 93.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 50 118 84 0.58 0 0.29 0.54 150 0.4 0.33
Hex 32 76 54 3A 0 1D 36 96 28 21
Octal 62 166 124 72 0 35 66 226 50 41
Binary 110010 1110110 1010100 111010 0 11101 110110 10010110 101000 100001

Color Harmonies of #327654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327654

Black with #327654

Text Example


Text Example

White with #327654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327654; }

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

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

background-color css

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

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

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

border-color css

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

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

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