#337245

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

Shades of Amazon #337245

Tints of Amazon #337245

Color information

#337245 (or 0x337245) is unknown color: approx Amazon. HEX triplet: 33, 72 and 45. RGB value is (51,114,69). Sum of RGB (Red+Green+Blue) = 51+114+69=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #337245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337245 is #CC8DBA. Grayscale: #5A5A5A. Windows color (decimal): -13405627 or 4551219. OLE color: 4551219.

HSL color Cylindrical-coordinate representation of color #337245: hue angle of 137.14º 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 #337245 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB5111469-
CMYK0.5500.390.55
HSL137.14º38.18%32.35%-
HSV(B)137.14º55.26%44.71%-
XYZ8.4613.177.73-
YUV90.03116.13100.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=21.79%
G=48.72%
B=29.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114690.5500.390.55137.1438.1832.35
Hex3372453702737892620
Octal6316210567047672114640
Binary11001111100101000101110111010011111011110001001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337245; }

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

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

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

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

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

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

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

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