Html Css Color HEX #32774B Amazon

📋 copy color: '#32774B'

red 50 ◦ green 119 ◦ blue 75

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

Shades of Amazon #32774B

Tints of Amazon #32774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 20.49%
G = 48.77%
B = 30.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#32774B (or 0x32774B) is known color: Amazon. HEX triplet: 32, 77 and 4B. RGB value is (50,119,75). Sum of RGB (Red+Green+Blue) = 50+119+75=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #32774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32774B is #CD88B4. Grayscale: #5D5D5D. Windows color (decimal): -13469877 or 4945714. OLE color: 4945714.

HSL color Cylindrical-coordinate representation of color #32774B: hue angle of 141.74º 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 #32774B is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 75 -
CMYK 0.58 0 0.37 0.53
HSL 141.74º 0.41% 0.33% -
HSV(B) 141.74º 0.58% 0.47% -
XYZ 9.18 14.38 8.95 -
YUV 93.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 50 119 75 0.58 0 0.37 0.53 141.74 0.41 0.33
Hex 32 77 4B 3A 0 25 35 8E 29 21
Octal 62 167 113 72 0 45 65 216 51 41
Binary 110010 1110111 1001011 111010 0 100101 110101 10001110 101001 100001

Color Harmonies of #32774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32774B

Black with #32774B

Text Example


Text Example

White with #32774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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