#33784D

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

Shades of Amazon #33784D

Tints of Amazon #33784D

Color information

#33784D (or 0x33784D) is unknown color: approx Amazon. HEX triplet: 33, 78 and 4D. RGB value is (51,120,77). Sum of RGB (Red+Green+Blue) = 51+120+77=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #33784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33784D is #CC87B2. Grayscale: #5E5E5E. Windows color (decimal): -13404083 or 5077043. OLE color: 5077043.

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

Color convert

RGB5112077-
CMYK0.5800.360.53
HSL142.61º40.35%33.53%-
HSV(B)142.61º57.5%47.06%-
XYZ9.4214.679.36-
YUV94.47118.1497-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=20.56%
G=48.39%
B=31.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120770.5800.360.53142.6140.3533.53
Hex33784D3A024358f2822
Octal6317011572044652175042
Binary11001111110001001101111010010010011010110001111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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