#33784A

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

Shades of Amazon #33784A

Tints of Amazon #33784A

Color information

#33784A (or 0x33784A) is unknown color: approx Amazon. HEX triplet: 33, 78 and 4A. RGB value is (51,120,74). Sum of RGB (Red+Green+Blue) = 51+120+74=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #33784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33784A is #CC87B5. Grayscale: #5E5E5E. Windows color (decimal): -13404086 or 4880435. OLE color: 4880435.

HSL color Cylindrical-coordinate representation of color #33784A: hue angle of 140º 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 #33784A is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB5112074-
CMYK0.5800.380.53
HSL140º40.35%33.53%-
HSV(B)140º57.5%47.06%-
XYZ9.3214.638.81-
YUV94.12116.6497.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=20.82%
G=48.98%
B=30.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120740.5800.380.5314040.3533.53
Hex33784A3A026358c2822
Octal6317011272046652145042
Binary11001111110001001010111010010011011010110001100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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