#337257

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

Shades of Amazon #337257

Tints of Amazon #337257

Color information

#337257 (or 0x337257) is unknown color: approx Amazon. HEX triplet: 33, 72 and 57. RGB value is (51,114,87). Sum of RGB (Red+Green+Blue) = 51+114+87=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #337257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337257 is #CC8DA8. Grayscale: #5C5C5C. Windows color (decimal): -13405609 or 5730867. OLE color: 5730867.

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

Color convert

RGB5111487-
CMYK0.5500.240.55
HSL154.29º38.18%32.35%-
HSV(B)154.29º55.26%44.71%-
XYZ9.113.4311.13-
YUV92.08125.1398.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=20.24%
G=45.24%
B=34.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114870.5500.240.55154.2938.1832.35
Hex33725737018379a2620
Octal6316212767030672324640
Binary1100111110010101011111011101100011011110011010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337257; }

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

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

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

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

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

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

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

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