Html Css Color HEX #327353 Amazon

📋 copy color: '#327353'

red 50 ◦ green 115 ◦ blue 83

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

Shades of Amazon #327353

Tints of Amazon #327353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

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

R = 20.16%
G = 46.37%
B = 33.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#327353 (or 0x327353) is known color: Amazon. HEX triplet: 32, 73 and 53. RGB value is (50,115,83). Sum of RGB (Red+Green+Blue) = 50+115+83=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #327353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327353 is #CD8CAC. Grayscale: #5B5B5B. Windows color (decimal): -13470893 or 5468978. OLE color: 5468978.

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

Color convert

RGB 50 115 83 -
CMYK 0.57 0 0.28 0.55
HSL 150.46º 0.39% 0.32% -
HSV(B) 150.46º 0.57% 0.45% -
XYZ 9.01 13.56 10.33 -
YUV 91.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 50 115 83 0.57 0 0.28 0.55 150.46 0.39 0.32
Hex 32 73 53 39 0 1C 37 96 27 20
Octal 62 163 123 71 0 34 67 226 47 40
Binary 110010 1110011 1010011 111001 0 11100 110111 10010110 100111 100000

Color Harmonies of #327353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327353

Black with #327353

Text Example


Text Example

White with #327353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327353; }

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

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

background-color css

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

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

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

border-color css

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

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

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