#337152

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

Shades of Amazon #337152

Tints of Amazon #337152

Color information

#337152 (or 0x337152) is unknown color: approx Amazon. HEX triplet: 33, 71 and 52. RGB value is (51,113,82). Sum of RGB (Red+Green+Blue) = 51+113+82=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #337152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337152 is #CC8EAD. Grayscale: #5A5A5A. Windows color (decimal): -13405870 or 5402931. OLE color: 5402931.

HSL color Cylindrical-coordinate representation of color #337152: hue angle of 150º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337152 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5111382-
CMYK0.5500.270.56
HSL150º37.8%32.16%-
HSV(B)150º54.87%44.31%-
XYZ8.7913.1210.05-
YUV90.93122.9699.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=20.73%
G=45.93%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113820.5500.270.5615037.832.16
Hex3371523701B38962620
Octal6316112267033702264640
Binary1100111110001101001011011101101111100010010110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337152; }

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

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

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

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

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

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

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

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