#337545

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

Shades of Amazon #337545

Tints of Amazon #337545

Color information

#337545 (or 0x337545) is unknown color: approx Amazon. HEX triplet: 33, 75 and 45. RGB value is (51,117,69). Sum of RGB (Red+Green+Blue) = 51+117+69=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #337545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337545 is #CC8ABA. Grayscale: #5B5B5B. Windows color (decimal): -13404859 or 4551987. OLE color: 4551987.

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

Color convert

RGB5111769-
CMYK0.5600.410.54
HSL136.36º39.29%32.94%-
HSV(B)136.36º56.41%45.88%-
XYZ8.813.867.84-
YUV91.79115.1398.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=21.52%
G=49.37%
B=29.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117690.5600.410.54136.3639.2932.94
Hex3375453802936882721
Octal6316510570051662104741
Binary11001111101011000101111000010100111011010001000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337545; }

 p { color: rgb(51,117,69); }

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

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

 a { background-color: rgb(51,117,69); }

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

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

 span { border-color: rgb(51,117,69); }

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