#337848

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

Shades of Amazon #337848

Tints of Amazon #337848

Color information

#337848 (or 0x337848) is unknown color: approx Amazon. HEX triplet: 33, 78 and 48. RGB value is (51,120,72). Sum of RGB (Red+Green+Blue) = 51+120+72=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #337848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337848 is #CC87B7. Grayscale: #5E5E5E. Windows color (decimal): -13404088 or 4749363. OLE color: 4749363.

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

Color convert

RGB5112072-
CMYK0.5800.400.53
HSL138.26º40.35%33.53%-
HSV(B)138.26º57.5%47.06%-
XYZ9.2514.68.46-
YUV93.9115.6497.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 120 (47.27% from 255) = 49.38%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=20.99%
G=49.38%
B=29.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120720.5800.400.53138.2640.3533.53
Hex3378483A028358a2822
Octal6317011072050652125042
Binary11001111110001001000111010010100011010110001010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337848; }

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

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

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

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

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

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

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

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