Html Css Color HEX #327954 Amazon

📋 copy color: '#327954'

red 50 ◦ green 121 ◦ blue 84

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

Shades of Amazon #327954

Tints of Amazon #327954

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.45%

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

R = 19.61%
G = 47.45%
B = 32.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#327954 (or 0x327954) is known color: Amazon. HEX triplet: 32, 79 and 54. RGB value is (50,121,84). Sum of RGB (Red+Green+Blue) = 50+121+84=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #327954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327954 is #CD86AB. Grayscale: #5F5F5F. Windows color (decimal): -13469356 or 5536050. OLE color: 5536050.

HSL color Cylindrical-coordinate representation of color #327954: hue angle of 148.73º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327954 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 84 -
CMYK 0.59 0 0.31 0.53
HSL 148.73º 0.42% 0.34% -
HSV(B) 148.73º 0.59% 0.47% -
XYZ 9.75 14.99 10.77 -
YUV 95.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 50 121 84 0.59 0 0.31 0.53 148.73 0.42 0.34
Hex 32 79 54 3B 0 1F 35 95 2A 22
Octal 62 171 124 73 0 37 65 225 52 42
Binary 110010 1111001 1010100 111011 0 11111 110101 10010101 101010 100010

Color Harmonies of #327954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327954

Black with #327954

Text Example


Text Example

White with #327954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327954; }

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

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

background-color css

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

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

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

border-color css

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

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

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