#337452

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

Shades of Amazon #337452

Tints of Amazon #337452

Color information

#337452 (or 0x337452) is unknown color: approx Amazon. HEX triplet: 33, 74 and 52. RGB value is (51,116,82). Sum of RGB (Red+Green+Blue) = 51+116+82=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #337452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337452 is #CC8BAD. Grayscale: #5C5C5C. Windows color (decimal): -13405102 or 5403699. OLE color: 5403699.

HSL color Cylindrical-coordinate representation of color #337452: hue angle of 148.62º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337452 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB5111682-
CMYK0.5600.290.55
HSL148.62º38.92%32.75%-
HSV(B)148.62º56.03%45.49%-
XYZ9.1313.810.17-
YUV92.69121.9798.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 116 (45.70% from 255) = 46.59%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=20.48%
G=46.59%
B=32.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116820.5600.290.55148.6238.9232.75
Hex3374523801D37952721
Octal6316412270035672254741
Binary1100111110100101001011100001110111011110010101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337452; }

 p { color: rgb(51,116,82); }

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

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

 a { background-color: rgb(51,116,82); }

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

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

 span { border-color: rgb(51,116,82); }

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