Html Css Color HEX #327754 Amazon

📋 copy color: '#327754'

red 50 ◦ green 119 ◦ blue 84

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

Shades of Amazon #327754

Tints of Amazon #327754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.04%

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

R = 19.76%
G = 47.04%
B = 33.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#327754 (or 0x327754) is known color: Amazon. HEX triplet: 32, 77 and 54. RGB value is (50,119,84). Sum of RGB (Red+Green+Blue) = 50+119+84=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #327754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327754 is #CD88AB. Grayscale: #5E5E5E. Windows color (decimal): -13469868 or 5535538. OLE color: 5535538.

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

Color convert

RGB 50 119 84 -
CMYK 0.58 0 0.29 0.53
HSL 149.57º 0.41% 0.33% -
HSV(B) 149.57º 0.58% 0.47% -
XYZ 9.51 14.51 10.69 -
YUV 94.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 50 119 84 0.58 0 0.29 0.53 149.57 0.41 0.33
Hex 32 77 54 3A 0 1D 35 96 29 21
Octal 62 167 124 72 0 35 65 226 51 41
Binary 110010 1110111 1010100 111010 0 11101 110101 10010110 101001 100001

Color Harmonies of #327754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327754

Black with #327754

Text Example


Text Example

White with #327754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327754; }

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

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

background-color css

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

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

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

border-color css

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

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

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