#337950

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

Shades of Amazon #337950

Tints of Amazon #337950

Color information

#337950 (or 0x337950) is unknown color: approx Amazon. HEX triplet: 33, 79 and 50. RGB value is (51,121,80). Sum of RGB (Red+Green+Blue) = 51+121+80=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #337950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337950 is #CC86AF. Grayscale: #5F5F5F. Windows color (decimal): -13403824 or 5273907. OLE color: 5273907.

HSL color Cylindrical-coordinate representation of color #337950: hue angle of 144.86º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337950 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB5112180-
CMYK0.5800.340.53
HSL144.86º40.7%33.73%-
HSV(B)144.86º57.85%47.45%-
XYZ9.6514.969.97-
YUV95.4119.3196.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=20.24%
G=48.02%
B=31.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121800.5800.340.53144.8640.733.73
Hex3379503A02235912922
Octal6317112072042652215142
Binary11001111110011010000111010010001011010110010001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337950; }

 p { color: rgb(51,121,80); }

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

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

 a { background-color: rgb(51,121,80); }

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

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

 span { border-color: rgb(51,121,80); }

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