#358648

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

Shades of Amazon #358648

Tints of Amazon #358648

Color information

#358648 (or 0x358648) is unknown color: approx Amazon. HEX triplet: 35, 86 and 48. RGB value is (53,134,72). Sum of RGB (Red+Green+Blue) = 53+134+72=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #358648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358648 is #CA79B7. Grayscale: #666666. Windows color (decimal): -13269432 or 4752949. OLE color: 4752949.

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

Color convert

RGB5313472-
CMYK0.6000.460.47
HSL134.07º43.32%36.67%-
HSV(B)134.07º60.45%52.55%-
XYZ11.1618.279.07-
YUV102.71110.6692.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 134 (52.73% from 255) = 51.74%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=20.46%
G=51.74%
B=27.80%

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
Decimal53134720.6000.460.47134.0743.3236.67
Hex3586483C02E2F862b25
Octal6520611074056572065345
Binary110101100001101001000111100010111010111110000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358648; }

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

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

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

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

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

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

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

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