#338649

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

Shades of Amazon #338649

Tints of Amazon #338649

Color information

#338649 (or 0x338649) is unknown color: approx Amazon. HEX triplet: 33, 86 and 49. RGB value is (51,134,73). Sum of RGB (Red+Green+Blue) = 51+134+73=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #338649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338649 is #CC79B6. Grayscale: #666666. Windows color (decimal): -13400503 or 4818483. OLE color: 4818483.

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

Color convert

RGB5113473-
CMYK0.6200.460.47
HSL135.9º44.86%36.27%-
HSV(B)135.9º61.94%52.55%-
XYZ11.0918.249.24-
YUV102.23111.591.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 134 (52.73% from 255) = 51.94%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=19.77%
G=51.94%
B=28.29%

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
Decimal51134730.6200.460.47135.944.8636.27
Hex3386493E02E2F882d24
Octal6320611176056572105544
Binary110011100001101001001111110010111010111110001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338649; }

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

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

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

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

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

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

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

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