#337158

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

Shades of Amazon #337158

Tints of Amazon #337158

Color information

#337158 (or 0x337158) is unknown color: approx Amazon. HEX triplet: 33, 71 and 58. RGB value is (51,113,88). Sum of RGB (Red+Green+Blue) = 51+113+88=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #337158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337158 is #CC8EA7. Grayscale: #5B5B5B. Windows color (decimal): -13405864 or 5796147. OLE color: 5796147.

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

Color convert

RGB5111388-
CMYK0.5500.220.56
HSL155.81º37.8%32.16%-
HSV(B)155.81º54.87%44.31%-
XYZ9.0313.2211.31-
YUV91.61125.9699.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=20.24%
G=44.84%
B=34.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113880.5500.220.56155.8137.832.16
Hex33715837016389c2620
Octal6316113067026702344640
Binary1100111110001101100011011101011011100010011100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337158; }

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

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

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

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

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

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

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

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