#338547

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

Shades of Amazon #338547

Tints of Amazon #338547

Color information

#338547 (or 0x338547) is unknown color: approx Amazon. HEX triplet: 33, 85 and 47. RGB value is (51,133,71). Sum of RGB (Red+Green+Blue) = 51+133+71=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #338547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338547 is #CC7AB8. Grayscale: #656565. Windows color (decimal): -13400761 or 4687155. OLE color: 4687155.

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

Color convert

RGB5113371-
CMYK0.6200.470.48
HSL134.63º44.57%36.08%-
HSV(B)134.63º61.65%52.16%-
XYZ10.8917.938.85-
YUV101.41110.8392.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=20%
G=52.16%
B=27.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51133710.6200.470.48134.6344.5736.08
Hex3385473E02F30872d24
Octal6320510776057602075544
Binary110011100001011000111111110010111111000010000111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338547; }

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

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

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

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

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

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

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

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