#33794B

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

Shades of Amazon #33794B

Tints of Amazon #33794B

Color information

#33794B (or 0x33794B) is unknown color: approx Amazon. HEX triplet: 33, 79 and 4B. RGB value is (51,121,75). Sum of RGB (Red+Green+Blue) = 51+121+75=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #33794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33794B is #CC86B4. Grayscale: #5E5E5E. Windows color (decimal): -13403829 or 4946227. OLE color: 4946227.

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

Color convert

RGB5112175-
CMYK0.5800.380.53
HSL140.57º40.7%33.73%-
HSV(B)140.57º57.85%47.45%-
XYZ9.4714.899.03-
YUV94.83116.8196.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 121 (47.66% from 255) = 48.99%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=20.65%
G=48.99%
B=30.36%

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
Decimal51121750.5800.380.53140.5740.733.73
Hex33794B3A026358d2922
Octal6317111372046652155142
Binary11001111110011001011111010010011011010110001101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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