Html Css Color HEX #327254 Amazon

📋 copy color: '#327254'

red 50 ◦ green 114 ◦ blue 84

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

Shades of Amazon #327254

Tints of Amazon #327254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 20.16%
G = 45.97%
B = 33.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#327254 (or 0x327254) is known color: Amazon. HEX triplet: 32, 72 and 54. RGB value is (50,114,84). Sum of RGB (Red+Green+Blue) = 50+114+84=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #327254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327254 is #CD8DAB. Grayscale: #5B5B5B. Windows color (decimal): -13471148 or 5534258. OLE color: 5534258.

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

Color convert

RGB 50 114 84 -
CMYK 0.56 0 0.26 0.55
HSL 151.88º 0.39% 0.32% -
HSV(B) 151.88º 0.56% 0.45% -
XYZ 8.93 13.35 10.49 -
YUV 91.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 50 114 84 0.56 0 0.26 0.55 151.88 0.39 0.32
Hex 32 72 54 38 0 1A 37 98 27 20
Octal 62 162 124 70 0 32 67 230 47 40
Binary 110010 1110010 1010100 111000 0 11010 110111 10011000 100111 100000

Color Harmonies of #327254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327254

Black with #327254

Text Example


Text Example

White with #327254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327254; }

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

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

background-color css

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

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

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

border-color css

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

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

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