#337F46

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

Shades of Amazon #337F46

Tints of Amazon #337F46

Color information

#337F46 (or 0x337F46) is unknown color: approx Amazon. HEX triplet: 33, 7F and 46. RGB value is (51,127,70). Sum of RGB (Red+Green+Blue) = 51+127+70=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #337F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F46 is #CC80B9. Grayscale: #616161. Windows color (decimal): -13402298 or 4620083. OLE color: 4620083.

HSL color Cylindrical-coordinate representation of color #337F46: hue angle of 135º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F46 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB5112770-
CMYK0.6000.450.50
HSL135º42.7%34.9%-
HSV(B)135º59.84%49.8%-
XYZ10.0616.328.42-
YUV97.78112.3294.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 127 (50% from 255) = 51.21%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=20.56%
G=51.21%
B=28.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51127700.6000.450.5013542.734.9
Hex337F463C02D32872b23
Octal6317710674055622075343
Binary11001111111111000110111100010110111001010000111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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