#29774C

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

Shades of Amazon #29774C

Tints of Amazon #29774C

Color information

#29774C (or 0x29774C) is unknown color: approx Amazon. HEX triplet: 29, 77 and 4C. RGB value is (41,119,76). Sum of RGB (Red+Green+Blue) = 41+119+76=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #29774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29774C is #D688B3. Grayscale: #5A5A5A. Windows color (decimal): -14059700 or 5011241. OLE color: 5011241.

HSL color Cylindrical-coordinate representation of color #29774C: hue angle of 146.92º 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 #29774C is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB4111976-
CMYK0.6600.360.53
HSL146.92º48.75%31.37%-
HSV(B)146.92º65.55%46.67%-
XYZ8.8214.199.11-
YUV90.78119.6692.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=17.37%
G=50.42%
B=32.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119760.6600.360.53146.9248.7531.37
Hex29774C420243593311f
Octal51167114102044652236137
Binary10100111101111001100100001001001001101011001001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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