#337B4B

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

Shades of Amazon #337B4B

Tints of Amazon #337B4B

Color information

#337B4B (or 0x337B4B) is unknown color: approx Amazon. HEX triplet: 33, 7B and 4B. RGB value is (51,123,75). Sum of RGB (Red+Green+Blue) = 51+123+75=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #337B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337B4B is #CC84B4. Grayscale: #606060. Windows color (decimal): -13403317 or 4946739. OLE color: 4946739.

HSL color Cylindrical-coordinate representation of color #337B4B: hue angle of 140º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337B4B is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB5112375-
CMYK0.5900.390.52
HSL140º41.38%34.12%-
HSV(B)140º58.54%48.24%-
XYZ9.7215.389.11-
YUV96116.1595.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 123 (48.44% from 255) = 49.40%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=20.48%
G=49.40%
B=30.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51123750.5900.390.5214041.3834.12
Hex337B4B3B027348c2922
Octal6317311373047642145142
Binary11001111110111001011111011010011111010010001100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,123,75); }

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

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

 a { background-color: rgb(51,123,75); }

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

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

 span { border-color: rgb(51,123,75); }

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