#358846

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

Shades of Amazon #358846

Tints of Amazon #358846

Color information

#358846 (or 0x358846) is unknown color: approx Amazon. HEX triplet: 35, 88 and 46. RGB value is (53,136,70). Sum of RGB (Red+Green+Blue) = 53+136+70=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #358846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358846 is #CA77B9. Grayscale: #676767. Windows color (decimal): -13268922 or 4622389. OLE color: 4622389.

HSL color Cylindrical-coordinate representation of color #358846: hue angle of 132.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358846 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB5313670-
CMYK0.6100.490.47
HSL132.29º43.92%37.06%-
HSV(B)132.29º61.03%53.33%-
XYZ11.3818.818.82-
YUV103.6610991.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 136 (53.52% from 255) = 52.51%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=20.46%
G=52.51%
B=27.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136700.6100.490.47132.2943.9237.06
Hex3588463D0312F842c25
Octal6521010675061572045445
Binary110101100010001000110111101011000110111110000100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358846; }

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

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

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

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

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

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

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

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