Html Css Color HEX #32814D Amazon

📋 copy color: '#32814D'

red 50 ◦ green 129 ◦ blue 77

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

Shades of Amazon #32814D

Tints of Amazon #32814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 19.53%
G = 50.39%
B = 30.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#32814D (or 0x32814D) is known color: Amazon. HEX triplet: 32, 81 and 4D. RGB value is (50,129,77). Sum of RGB (Red+Green+Blue) = 50+129+77=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #32814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32814D is #CD7EB2. Grayscale: #636363. Windows color (decimal): -13467315 or 5079346. OLE color: 5079346.

HSL color Cylindrical-coordinate representation of color #32814D: hue angle of 140.51º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32814D is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 129 77 -
CMYK 0.61 0 0.40 0.49
HSL 140.51º 0.44% 0.35% -
HSV(B) 140.51º 0.61% 0.51% -
XYZ 10.51 16.91 9.73 -
YUV 99.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 50 129 77 0.61 0 0.40 0.49 140.51 0.44 0.35
Hex 32 81 4D 3D 0 28 31 8D 2C 23
Octal 62 201 115 75 0 50 61 215 54 43
Binary 110010 10000001 1001101 111101 0 101000 110001 10001101 101100 100011

Color Harmonies of #32814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32814D

Black with #32814D

Text Example


Text Example

White with #32814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32814D; }

 p { color: rgb(50,129,77); }

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

background-color css

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

 a { background-color: rgb(50,129,77); }

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

border-color css

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

 span { border-color: rgb(50,129,77); }

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