#338648

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

Shades of Amazon #338648

Tints of Amazon #338648

Color information

#338648 (or 0x338648) is unknown color: approx Amazon. HEX triplet: 33, 86 and 48. RGB value is (51,134,72). Sum of RGB (Red+Green+Blue) = 51+134+72=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #338648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338648 is #CC79B7. Grayscale: #666666. Windows color (decimal): -13400504 or 4752947. OLE color: 4752947.

HSL color Cylindrical-coordinate representation of color #338648: hue angle of 135.18º 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 #338648 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB5113472-
CMYK0.6200.460.47
HSL135.18º44.86%36.27%-
HSV(B)135.18º61.94%52.55%-
XYZ11.0618.229.07-
YUV102.1211191.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 134 (52.73% from 255) = 52.14%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=19.84%
G=52.14%
B=28.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134720.6200.460.47135.1844.8636.27
Hex3386483E02E2F872d24
Octal6320611076056572075544
Binary110011100001101001000111110010111010111110000111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338648; }

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

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

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

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

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

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

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

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