#33795A

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

Shades of Amazon #33795A

Tints of Amazon #33795A

Color information

#33795A (or 0x33795A) is unknown color: approx Amazon. HEX triplet: 33, 79 and 5A. RGB value is (51,121,90). Sum of RGB (Red+Green+Blue) = 51+121+90=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #33795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33795A is #CC86A5. Grayscale: #606060. Windows color (decimal): -13403814 or 5929267. OLE color: 5929267.

HSL color Cylindrical-coordinate representation of color #33795A: hue angle of 153.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33795A is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB5112190-
CMYK0.5800.260.53
HSL153.43º40.7%33.73%-
HSV(B)153.43º57.85%47.45%-
XYZ10.0515.1212.06-
YUV96.54124.3195.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=19.47%
G=46.18%
B=34.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121900.5800.260.53153.4340.733.73
Hex33795A3A01A35992922
Octal6317113272032652315142
Binary1100111111001101101011101001101011010110011001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,121,90); }

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

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

 a { background-color: rgb(51,121,90); }

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

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

 span { border-color: rgb(51,121,90); }

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