Html Css Color HEX #327554 Amazon

📋 copy color: '#327554'

red 50 ◦ green 117 ◦ blue 84

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

Shades of Amazon #327554

Tints of Amazon #327554

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.61%

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

R = 19.92%
G = 46.61%
B = 33.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#327554 (or 0x327554) is known color: Amazon. HEX triplet: 32, 75 and 54. RGB value is (50,117,84). Sum of RGB (Red+Green+Blue) = 50+117+84=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #327554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327554 is #CD8AAB. Grayscale: #5D5D5D. Windows color (decimal): -13470380 or 5535026. OLE color: 5535026.

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

Color convert

RGB 50 117 84 -
CMYK 0.57 0 0.28 0.54
HSL 150.45º 0.4% 0.33% -
HSV(B) 150.45º 0.57% 0.46% -
XYZ 9.28 14.04 10.61 -
YUV 93.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 50 117 84 0.57 0 0.28 0.54 150.45 0.4 0.33
Hex 32 75 54 39 0 1C 36 96 28 21
Octal 62 165 124 71 0 34 66 226 50 41
Binary 110010 1110101 1010100 111001 0 11100 110110 10010110 101000 100001

Color Harmonies of #327554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327554

Black with #327554

Text Example


Text Example

White with #327554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327554; }

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

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

background-color css

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

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

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

border-color css

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

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

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