Html Css Color HEX #32795A Amazon

📋 copy color: '#32795A'

red 50 ◦ green 121 ◦ blue 90

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

Shades of Amazon #32795A

Tints of Amazon #32795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 19.16%
G = 46.36%
B = 34.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#32795A (or 0x32795A) is known color: Amazon. HEX triplet: 32, 79 and 5A. RGB value is (50,121,90). Sum of RGB (Red+Green+Blue) = 50+121+90=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #32795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32795A is #CD86A5. Grayscale: #606060. Windows color (decimal): -13469350 or 5929266. OLE color: 5929266.

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

Color convert

RGB 50 121 90 -
CMYK 0.59 0 0.26 0.53
HSL 153.8º 0.42% 0.34% -
HSV(B) 153.8º 0.59% 0.47% -
XYZ 10 15.09 12.06 -
YUV 96.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 50 121 90 0.59 0 0.26 0.53 153.8 0.42 0.34
Hex 32 79 5A 3B 0 1A 35 9A 2A 22
Octal 62 171 132 73 0 32 65 232 52 42
Binary 110010 1111001 1011010 111011 0 11010 110101 10011010 101010 100010

Color Harmonies of #32795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32795A

Black with #32795A

Text Example


Text Example

White with #32795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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