#337845

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

Shades of Amazon #337845

Tints of Amazon #337845

Color information

#337845 (or 0x337845) is unknown color: approx Amazon. HEX triplet: 33, 78 and 45. RGB value is (51,120,69). Sum of RGB (Red+Green+Blue) = 51+120+69=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #337845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337845 is #CC87BA. Grayscale: #5D5D5D. Windows color (decimal): -13404091 or 4552755. OLE color: 4552755.

HSL color Cylindrical-coordinate representation of color #337845: hue angle of 135.65º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337845 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB5112069-
CMYK0.5800.420.53
HSL135.65º40.35%33.53%-
HSV(B)135.65º57.5%47.06%-
XYZ9.1614.577.96-
YUV93.56114.1497.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=21.25%
G=50%
B=28.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120690.5800.420.53135.6540.3533.53
Hex3378453A02A35882822
Octal6317010572052652105042
Binary11001111110001000101111010010101011010110001000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337845; }

 p { color: rgb(51,120,69); }

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

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

 a { background-color: rgb(51,120,69); }

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

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

 span { border-color: rgb(51,120,69); }

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