#337F5F

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

Shades of Amazon #337F5F

Tints of Amazon #337F5F

Color information

#337F5F (or 0x337F5F) is unknown color: approx Amazon. HEX triplet: 33, 7F and 5F. RGB value is (51,127,95). Sum of RGB (Red+Green+Blue) = 51+127+95=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #337F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F5F is #CC80A0. Grayscale: #646464. Windows color (decimal): -13402273 or 6258483. OLE color: 6258483.

HSL color Cylindrical-coordinate representation of color #337F5F: hue angle of 154.74º 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 #337F5F is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB5112795-
CMYK0.6000.250.50
HSL154.74º42.7%34.9%-
HSV(B)154.74º59.84%49.8%-
XYZ11.0216.7113.47-
YUV100.63124.8292.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 127 (50% from 255) = 46.52%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=18.68%
G=46.52%
B=34.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51127950.6000.250.50154.7442.734.9
Hex337F5F3C019329b2b23
Octal6317713774031622335343
Binary1100111111111101111111110001100111001010011011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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