#358646

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

Shades of Amazon #358646

Tints of Amazon #358646

Color information

#358646 (or 0x358646) is unknown color: approx Amazon. HEX triplet: 35, 86 and 46. RGB value is (53,134,70). Sum of RGB (Red+Green+Blue) = 53+134+70=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #358646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358646 is #CA79B9. Grayscale: #666666. Windows color (decimal): -13269434 or 4621877. OLE color: 4621877.

HSL color Cylindrical-coordinate representation of color #358646: hue angle of 132.59º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358646 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB5313470-
CMYK0.6000.480.47
HSL132.59º43.32%36.67%-
HSV(B)132.59º60.45%52.55%-
XYZ11.118.258.73-
YUV102.48109.6692.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 134 (52.73% from 255) = 52.14%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=20.62%
G=52.14%
B=27.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134700.6000.480.47132.5943.3236.67
Hex3586463C0302F852b25
Octal6520610674060572055345
Binary110101100001101000110111100011000010111110000101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358646; }

 p { color: rgb(53,134,70); }

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

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

 a { background-color: rgb(53,134,70); }

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

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

 span { border-color: rgb(53,134,70); }

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