#337E5D

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

Shades of Amazon #337E5D

Tints of Amazon #337E5D

Color information

#337E5D (or 0x337E5D) is unknown color: approx Amazon. HEX triplet: 33, 7E and 5D. RGB value is (51,126,93). Sum of RGB (Red+Green+Blue) = 51+126+93=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #337E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E5D is #CC81A2. Grayscale: #636363. Windows color (decimal): -13402531 or 6127155. OLE color: 6127155.

HSL color Cylindrical-coordinate representation of color #337E5D: hue angle of 153.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E5D is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB5112693-
CMYK0.6000.260.51
HSL153.6º42.37%34.71%-
HSV(B)153.6º59.52%49.41%-
XYZ10.816.4212.96-
YUV99.81124.1593.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 126 (49.61% from 255) = 46.67%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=18.89%
G=46.67%
B=34.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51126930.6000.260.51153.642.3734.71
Hex337E5D3C01A339a2a23
Octal6317613574032632325243
Binary1100111111110101110111110001101011001110011010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,126,93); }

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

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

 a { background-color: rgb(51,126,93); }

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

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

 span { border-color: rgb(51,126,93); }

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