#33794A

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

Shades of Amazon #33794A

Tints of Amazon #33794A

Color information

#33794A (or 0x33794A) is unknown color: approx Amazon. HEX triplet: 33, 79 and 4A. RGB value is (51,121,74). Sum of RGB (Red+Green+Blue) = 51+121+74=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #33794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33794A is #CC86B5. Grayscale: #5E5E5E. Windows color (decimal): -13403830 or 4880691. OLE color: 4880691.

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

Color convert

RGB5112174-
CMYK0.5800.390.53
HSL139.71º40.7%33.73%-
HSV(B)139.71º57.85%47.45%-
XYZ9.4414.878.85-
YUV94.71116.3196.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 121 (47.66% from 255) = 49.19%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=20.73%
G=49.19%
B=30.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121740.5800.390.53139.7140.733.73
Hex33794A3A027358c2922
Octal6317111272047652145142
Binary11001111110011001010111010010011111010110001100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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