#337252

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

Shades of Amazon #337252

Tints of Amazon #337252

Color information

#337252 (or 0x337252) is unknown color: approx Amazon. HEX triplet: 33, 72 and 52. RGB value is (51,114,82). Sum of RGB (Red+Green+Blue) = 51+114+82=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #337252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337252 is #CC8DAD. Grayscale: #5B5B5B. Windows color (decimal): -13405614 or 5403187. OLE color: 5403187.

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

Color convert

RGB5111482-
CMYK0.5500.280.55
HSL149.52º38.18%32.35%-
HSV(B)149.52º55.26%44.71%-
XYZ8.9113.3510.09-
YUV91.51122.6399.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=20.65%
G=46.15%
B=33.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114820.5500.280.55149.5238.1832.35
Hex3372523701C37962620
Octal6316212267034672264640
Binary1100111110010101001011011101110011011110010110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337252; }

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

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

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

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

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

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

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

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