#337648

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

Shades of Amazon #337648

Tints of Amazon #337648

Color information

#337648 (or 0x337648) is unknown color: approx Amazon. HEX triplet: 33, 76 and 48. RGB value is (51,118,72). Sum of RGB (Red+Green+Blue) = 51+118+72=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #337648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337648 is #CC89B7. Grayscale: #5C5C5C. Windows color (decimal): -13404600 or 4748851. OLE color: 4748851.

HSL color Cylindrical-coordinate representation of color #337648: hue angle of 138.81º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337648 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB5111872-
CMYK0.5700.390.54
HSL138.81º39.64%33.14%-
HSV(B)138.81º56.78%46.27%-
XYZ9.0114.138.38-
YUV92.72116.398.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=21.16%
G=48.96%
B=29.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51118720.5700.390.54138.8139.6433.14
Hex33764839027368b2821
Octal6316611071047662135041
Binary11001111101101001000111001010011111011010001011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337648; }

 p { color: rgb(51,118,72); }

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

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

 a { background-color: rgb(51,118,72); }

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

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

 span { border-color: rgb(51,118,72); }

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