#336F46

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

Shades of Amazon #336F46

Tints of Amazon #336F46

Color information

#336F46 (or 0x336F46) is unknown color: approx Amazon. HEX triplet: 33, 6F and 46. RGB value is (51,111,70). Sum of RGB (Red+Green+Blue) = 51+111+70=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #336F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F46 is #CC90B9. Grayscale: #585858. Windows color (decimal): -13406394 or 4615987. OLE color: 4615987.

HSL color Cylindrical-coordinate representation of color #336F46: hue angle of 139º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F46 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB5111170-
CMYK0.5400.370.56
HSL139º37.04%31.76%-
HSV(B)139º54.05%43.53%-
XYZ8.1612.517.78-
YUV88.39117.62101.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 111 (43.75% from 255) = 47.84%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=21.98%
G=47.84%
B=30.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51111700.5400.370.5613937.0431.76
Hex336F4636025388b2520
Octal6315710666045702134540
Binary11001111011111000110110110010010111100010001011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F46; }

 p { color: rgb(51,111,70); }

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

<style>
 a { background-color: #336F46; }

 a { background-color: rgb(51,111,70); }

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

<style>
 span { border-color: #336F46; }

 span { border-color: rgb(51,111,70); }

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