#337B44

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

Shades of Amazon #337B44

Tints of Amazon #337B44

Color information

#337B44 (or 0x337B44) is unknown color: approx Amazon. HEX triplet: 33, 7B and 44. RGB value is (51,123,68). Sum of RGB (Red+Green+Blue) = 51+123+68=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #337B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337B44 is #CC84BB. Grayscale: #5F5F5F. Windows color (decimal): -13403324 or 4487987. OLE color: 4487987.

HSL color Cylindrical-coordinate representation of color #337B44: hue angle of 134.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337B44 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.

Color convert

RGB5112368-
CMYK0.5900.450.52
HSL134.17º41.38%34.12%-
HSV(B)134.17º58.54%48.24%-
XYZ9.4915.297.92-
YUV95.2112.6596.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 123 (48.44% from 255) = 50.83%
BLUE value IS 68 (26.95% from 255) = 28.10%
R=21.07%
G=50.83%
B=28.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51123680.5900.450.52134.1741.3834.12
Hex337B443B02D34862922
Octal6317310473055642065142
Binary11001111110111000100111011010110111010010000110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,123,68); }

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

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

 a { background-color: rgb(51,123,68); }

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

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

 span { border-color: rgb(51,123,68); }

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