#337745

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

Shades of Amazon #337745

Tints of Amazon #337745

Color information

#337745 (or 0x337745) is unknown color: approx Amazon. HEX triplet: 33, 77 and 45. RGB value is (51,119,69). Sum of RGB (Red+Green+Blue) = 51+119+69=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #337745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337745 is #CC88BA. Grayscale: #5D5D5D. Windows color (decimal): -13404347 or 4552499. OLE color: 4552499.

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

Color convert

RGB5111969-
CMYK0.5700.420.53
HSL135.88º40%33.33%-
HSV(B)135.88º57.14%46.67%-
XYZ9.0414.337.92-
YUV92.97114.4798.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=21.34%
G=49.79%
B=28.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51119690.5700.420.53135.884033.33
Hex3377453902A35882821
Octal6316710571052652105041
Binary11001111101111000101111001010101011010110001000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337745; }

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

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

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

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

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

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

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

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