#33784B

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

Shades of Amazon #33784B

Tints of Amazon #33784B

Color information

#33784B (or 0x33784B) is unknown color: approx Amazon. HEX triplet: 33, 78 and 4B. RGB value is (51,120,75). Sum of RGB (Red+Green+Blue) = 51+120+75=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #33784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33784B is #CC87B4. Grayscale: #5E5E5E. Windows color (decimal): -13404085 or 4945971. OLE color: 4945971.

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

Color convert

RGB5112075-
CMYK0.5800.370.53
HSL140.87º40.35%33.53%-
HSV(B)140.87º57.5%47.06%-
XYZ9.3514.648.99-
YUV94.24117.1497.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=20.73%
G=48.78%
B=30.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120750.5800.370.53140.8740.3533.53
Hex33784B3A025358d2822
Octal6317011372045652155042
Binary11001111110001001011111010010010111010110001101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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