Html Css Color HEX #32814E Amazon

📋 copy color: '#32814E'

red 50 ◦ green 129 ◦ blue 78

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

Shades of Amazon #32814E

Tints of Amazon #32814E

RGB

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

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

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

R = 19.46%
G = 50.19%
B = 30.35%

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

#32814E (or 0x32814E) is known color: Amazon. HEX triplet: 32, 81 and 4E. RGB value is (50,129,78). Sum of RGB (Red+Green+Blue) = 50+129+78=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #32814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32814E is #CD7EB1. Grayscale: #636363. Windows color (decimal): -13467314 or 5144882. OLE color: 5144882.

HSL color Cylindrical-coordinate representation of color #32814E: hue angle of 141.27º 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 #32814E is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 129 78 -
CMYK 0.61 0 0.40 0.49
HSL 141.27º 0.44% 0.35% -
HSV(B) 141.27º 0.61% 0.51% -
XYZ 10.54 16.93 9.92 -
YUV 99.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 50 129 78 0.61 0 0.40 0.49 141.27 0.44 0.35
Hex 32 81 4E 3D 0 28 31 8D 2C 23
Octal 62 201 116 75 0 50 61 215 54 43
Binary 110010 10000001 1001110 111101 0 101000 110001 10001101 101100 100011

Color Harmonies of #32814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32814E

Black with #32814E

Text Example


Text Example

White with #32814E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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