#29774D

Color #29774D Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #29774D

Tints of Amazon #29774D

Color information

#29774D (or 0x29774D) is unknown color: approx Amazon. HEX triplet: 29, 77 and 4D. RGB value is (41,119,77). Sum of RGB (Red+Green+Blue) = 41+119+77=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #29774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29774D is #D688B2. Grayscale: #5A5A5A. Windows color (decimal): -14059699 or 5076777. OLE color: 5076777.

HSL color Cylindrical-coordinate representation of color #29774D: hue angle of 147.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29774D is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB4111977-
CMYK0.6600.350.53
HSL147.69º48.75%31.37%-
HSV(B)147.69º65.55%46.67%-
XYZ8.8514.29.3-
YUV90.89120.1692.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=17.30%
G=50.21%
B=32.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119770.6600.350.53147.6948.7531.37
Hex29774D420233594311f
Octal51167115102043652246137
Binary10100111101111001101100001001000111101011001010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,119,77); }

 H1.HeaderClassName
 {
   color: #29774D;
 }
 .AnyTagClassName
 {
   color: #29774D;
 }
</style>
background-color css

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

 a { background-color: rgb(41,119,77); }

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

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

 span { border-color: rgb(41,119,77); }

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