#337156

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

Shades of Amazon #337156

Tints of Amazon #337156

Color information

#337156 (or 0x337156) is unknown color: approx Amazon. HEX triplet: 33, 71 and 56. RGB value is (51,113,86). Sum of RGB (Red+Green+Blue) = 51+113+86=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #337156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337156 is #CC8EA9. Grayscale: #5B5B5B. Windows color (decimal): -13405866 or 5665075. OLE color: 5665075.

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

Color convert

RGB5111386-
CMYK0.5500.240.56
HSL153.87º37.8%32.16%-
HSV(B)153.87º54.87%44.31%-
XYZ8.9513.1910.88-
YUV91.38124.9699.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=20.4%
G=45.2%
B=34.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113860.5500.240.56153.8737.832.16
Hex33715637018389a2620
Octal6316112667030702324640
Binary1100111110001101011011011101100011100010011010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337156; }

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

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

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

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

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

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

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

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