#338747

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

Shades of Amazon #338747

Tints of Amazon #338747

Color information

#338747 (or 0x338747) is unknown color: approx Amazon. HEX triplet: 33, 87 and 47. RGB value is (51,135,71). Sum of RGB (Red+Green+Blue) = 51+135+71=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #338747 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338747 is #CC78B8. Grayscale: #666666. Windows color (decimal): -13400249 or 4687667. OLE color: 4687667.

HSL color Cylindrical-coordinate representation of color #338747: hue angle of 134.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338747 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB5113571-
CMYK0.6200.470.47
HSL134.29º45.16%36.47%-
HSV(B)134.29º62.22%52.94%-
XYZ11.1718.498.94-
YUV102.59110.1791.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=19.84%
G=52.53%
B=27.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51135710.6200.470.47134.2945.1636.47
Hex3387473E02F2F862d24
Octal6320710776057572065544
Binary110011100001111000111111110010111110111110000110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338747; }

 p { color: rgb(51,135,71); }

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

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

 a { background-color: rgb(51,135,71); }

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

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

 span { border-color: rgb(51,135,71); }

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