#337244

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

Shades of Amazon #337244

Tints of Amazon #337244

Color information

#337244 (or 0x337244) is unknown color: approx Amazon. HEX triplet: 33, 72 and 44. RGB value is (51,114,68). Sum of RGB (Red+Green+Blue) = 51+114+68=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #337244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337244 is #CC8DBB. Grayscale: #5A5A5A. Windows color (decimal): -13405628 or 4485683. OLE color: 4485683.

HSL color Cylindrical-coordinate representation of color #337244: hue angle of 136.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337244 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB5111468-
CMYK0.5500.400.55
HSL136.19º38.18%32.35%-
HSV(B)136.19º55.26%44.71%-
XYZ8.4313.167.56-
YUV89.92115.63100.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=21.89%
G=48.93%
B=29.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114680.5500.400.55136.1938.1832.35
Hex3372443702837882620
Octal6316210467050672104640
Binary11001111100101000100110111010100011011110001000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337244; }

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

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

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

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

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

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

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

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