#337047

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

Shades of Amazon #337047

Tints of Amazon #337047

Color information

#337047 (or 0x337047) is unknown color: approx Amazon. HEX triplet: 33, 70 and 47. RGB value is (51,112,71). Sum of RGB (Red+Green+Blue) = 51+112+71=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #337047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337047 is #CC8FB8. Grayscale: #595959. Windows color (decimal): -13406137 or 4681779. OLE color: 4681779.

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

Color convert

RGB5111271-
CMYK0.5400.370.56
HSL139.67º37.42%31.96%-
HSV(B)139.67º54.46%43.92%-
XYZ8.312.757.98-
YUV89.09117.79100.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=21.79%
G=47.86%
B=30.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112710.5400.370.56139.6737.4231.96
Hex33704736025388c2520
Octal6316010766045702144540
Binary11001111100001000111110110010010111100010001100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337047; }

 p { color: rgb(51,112,71); }

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

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

 a { background-color: rgb(51,112,71); }

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

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

 span { border-color: rgb(51,112,71); }

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