#358649

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

Shades of Amazon #358649

Tints of Amazon #358649

Color information

#358649 (or 0x358649) is unknown color: approx Amazon. HEX triplet: 35, 86 and 49. RGB value is (53,134,73). Sum of RGB (Red+Green+Blue) = 53+134+73=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #358649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358649 is #CA79B6. Grayscale: #666666. Windows color (decimal): -13269431 or 4818485. OLE color: 4818485.

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

Color convert

RGB5313473-
CMYK0.6000.460.47
HSL134.81º43.32%36.67%-
HSV(B)134.81º60.45%52.55%-
XYZ11.218.299.24-
YUV102.83111.1692.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 134 (52.73% from 255) = 51.54%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=20.38%
G=51.54%
B=28.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134730.6000.460.47134.8143.3236.67
Hex3586493C02E2F872b25
Octal6520611174056572075345
Binary110101100001101001001111100010111010111110000111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358649; }

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

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

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

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

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

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

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

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