Html Css Color HEX #32774F Amazon

📋 copy color: '#32774F'

red 50 ◦ green 119 ◦ blue 79

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

Shades of Amazon #32774F

Tints of Amazon #32774F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.98%

 BLUE value IS 79 (31.25% from 255) = 31.85%

R = 20.16%
G = 47.98%
B = 31.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#32774F (or 0x32774F) is known color: Amazon. HEX triplet: 32, 77 and 4F. RGB value is (50,119,79). Sum of RGB (Red+Green+Blue) = 50+119+79=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #32774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32774F is #CD88B0. Grayscale: #5D5D5D. Windows color (decimal): -13469873 or 5207858. OLE color: 5207858.

HSL color Cylindrical-coordinate representation of color #32774F: hue angle of 145.22º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32774F is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 79 -
CMYK 0.58 0 0.34 0.53
HSL 145.22º 0.41% 0.33% -
HSV(B) 145.22º 0.58% 0.47% -
XYZ 9.32 14.44 9.69 -
YUV 93.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 50 119 79 0.58 0 0.34 0.53 145.22 0.41 0.33
Hex 32 77 4F 3A 0 22 35 91 29 21
Octal 62 167 117 72 0 42 65 221 51 41
Binary 110010 1110111 1001111 111010 0 100010 110101 10010001 101001 100001

Color Harmonies of #32774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32774F

Black with #32774F

Text Example


Text Example

White with #32774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32774F; }

 p { color: rgb(50,119,79); }

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

background-color css

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

 a { background-color: rgb(50,119,79); }

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

border-color css

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

 span { border-color: rgb(50,119,79); }

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