Html Css Color HEX #32794E Amazon

📋 copy color: '#32794E'

red 50 ◦ green 121 ◦ blue 78

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

Shades of Amazon #32794E

Tints of Amazon #32794E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.33%

R = 20.08%
G = 48.59%
B = 31.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#32794E (or 0x32794E) is known color: Amazon. HEX triplet: 32, 79 and 4E. RGB value is (50,121,78). Sum of RGB (Red+Green+Blue) = 50+121+78=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #32794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32794E is #CD86B1. Grayscale: #5E5E5E. Windows color (decimal): -13469362 or 5142834. OLE color: 5142834.

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

Color convert

RGB 50 121 78 -
CMYK 0.59 0 0.36 0.53
HSL 143.66º 0.42% 0.34% -
HSV(B) 143.66º 0.59% 0.47% -
XYZ 9.53 14.9 9.58 -
YUV 94.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 50 121 78 0.59 0 0.36 0.53 143.66 0.42 0.34
Hex 32 79 4E 3B 0 24 35 90 2A 22
Octal 62 171 116 73 0 44 65 220 52 42
Binary 110010 1111001 1001110 111011 0 100100 110101 10010000 101010 100010

Color Harmonies of #32794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32794E

Black with #32794E

Text Example


Text Example

White with #32794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32794E; }

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

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

background-color css

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

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

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

border-color css

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

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

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