#337F44

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

Shades of Amazon #337F44

Tints of Amazon #337F44

Color information

#337F44 (or 0x337F44) is unknown color: approx Amazon. HEX triplet: 33, 7F and 44. RGB value is (51,127,68). Sum of RGB (Red+Green+Blue) = 51+127+68=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #337F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F44 is #CC80BB. Grayscale: #616161. Windows color (decimal): -13402300 or 4489011. OLE color: 4489011.

HSL color Cylindrical-coordinate representation of color #337F44: hue angle of 133.42º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F44 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB5112768-
CMYK0.6000.460.50
HSL133.42º42.7%34.9%-
HSV(B)133.42º59.84%49.8%-
XYZ1016.38.09-
YUV97.55111.3294.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=20.73%
G=51.63%
B=27.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51127680.6000.460.50133.4242.734.9
Hex337F443C02E32852b23
Octal6317710474056622055343
Binary11001111111111000100111100010111011001010000101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337F44; }

 p { color: rgb(51,127,68); }

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

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

 a { background-color: rgb(51,127,68); }

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

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

 span { border-color: rgb(51,127,68); }

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