Html Css Color HEX #327953 Amazon

📋 copy color: '#327953'

red 50 ◦ green 121 ◦ blue 83

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

Shades of Amazon #327953

Tints of Amazon #327953

RGB

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

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

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

R = 19.69%
G = 47.64%
B = 32.68%

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

#327953 (or 0x327953) is known color: Amazon. HEX triplet: 32, 79 and 53. RGB value is (50,121,83). Sum of RGB (Red+Green+Blue) = 50+121+83=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #327953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327953 is #CD86AC. Grayscale: #5F5F5F. Windows color (decimal): -13469357 or 5470514. OLE color: 5470514.

HSL color Cylindrical-coordinate representation of color #327953: hue angle of 147.89º 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 #327953 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 83 -
CMYK 0.59 0 0.31 0.53
HSL 147.89º 0.42% 0.34% -
HSV(B) 147.89º 0.59% 0.47% -
XYZ 9.71 14.98 10.56 -
YUV 95.44 120.98 95.59 -
System Red Green Blue C M Y K H S L
Decimal 50 121 83 0.59 0 0.31 0.53 147.89 0.42 0.34
Hex 32 79 53 3B 0 1F 35 94 2A 22
Octal 62 171 123 73 0 37 65 224 52 42
Binary 110010 1111001 1010011 111011 0 11111 110101 10010100 101010 100010

Color Harmonies of #327953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327953

Black with #327953

Text Example


Text Example

White with #327953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327953; }

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

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

background-color css

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

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

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

border-color css

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

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

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