#33795D

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

Shades of Amazon #33795D

Tints of Amazon #33795D

Color information

#33795D (or 0x33795D) is unknown color: approx Amazon. HEX triplet: 33, 79 and 5D. RGB value is (51,121,93). Sum of RGB (Red+Green+Blue) = 51+121+93=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #33795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33795D is #CC86A2. Grayscale: #606060. Windows color (decimal): -13403811 or 6125875. OLE color: 6125875.

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

Color convert

RGB5112193-
CMYK0.5800.230.53
HSL156º40.7%33.73%-
HSV(B)156º57.85%47.45%-
XYZ10.1815.1712.75-
YUV96.88125.8195.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 121 (47.66% from 255) = 45.66%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=19.25%
G=45.66%
B=35.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121930.5800.230.5315640.733.73
Hex33795D3A017359c2922
Octal6317113572027652345142
Binary1100111111001101110111101001011111010110011100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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