#33774D

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

Shades of Amazon #33774D

Tints of Amazon #33774D

Color information

#33774D (or 0x33774D) is unknown color: approx Amazon. HEX triplet: 33, 77 and 4D. RGB value is (51,119,77). Sum of RGB (Red+Green+Blue) = 51+119+77=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #33774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33774D is #CC88B2. Grayscale: #5D5D5D. Windows color (decimal): -13404339 or 5076787. OLE color: 5076787.

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

Color convert

RGB5111977-
CMYK0.5700.350.53
HSL142.94º40%33.33%-
HSV(B)142.94º57.14%46.67%-
XYZ9.314.439.32-
YUV93.88118.4797.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=20.65%
G=48.18%
B=31.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119770.5700.350.53142.944033.33
Hex33774D39023358f2821
Octal6316711571043652175041
Binary11001111101111001101111001010001111010110001111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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