Html Css Color HEX #327553 Amazon

📋 copy color: '#327553'

red 50 ◦ green 117 ◦ blue 83

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

Shades of Amazon #327553

Tints of Amazon #327553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 20%
G = 46.8%
B = 33.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#327553 (or 0x327553) is known color: Amazon. HEX triplet: 32, 75 and 53. RGB value is (50,117,83). Sum of RGB (Red+Green+Blue) = 50+117+83=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #327553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327553 is #CD8AAC. Grayscale: #5D5D5D. Windows color (decimal): -13470381 or 5469490. OLE color: 5469490.

HSL color Cylindrical-coordinate representation of color #327553: hue angle of 149.55º 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 #327553 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 83 -
CMYK 0.57 0 0.29 0.54
HSL 149.55º 0.4% 0.33% -
HSV(B) 149.55º 0.57% 0.46% -
XYZ 9.24 14.03 10.4 -
YUV 93.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 50 117 83 0.57 0 0.29 0.54 149.55 0.4 0.33
Hex 32 75 53 39 0 1D 36 96 28 21
Octal 62 165 123 71 0 35 66 226 50 41
Binary 110010 1110101 1010011 111001 0 11101 110110 10010110 101000 100001

Color Harmonies of #327553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327553

Black with #327553

Text Example


Text Example

White with #327553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327553; }

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

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

background-color css

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

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

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

border-color css

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

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

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