#358945

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

Shades of Amazon #358945

Tints of Amazon #358945

Color information

#358945 (or 0x358945) is unknown color: approx Amazon. HEX triplet: 35, 89 and 45. RGB value is (53,137,69). Sum of RGB (Red+Green+Blue) = 53+137+69=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #358945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358945 is #CA76BA. Grayscale: #686868. Windows color (decimal): -13268667 or 4557109. OLE color: 4557109.

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

Color convert

RGB5313769-
CMYK0.6100.500.46
HSL131.43º44.21%37.25%-
HSV(B)131.43º61.31%53.73%-
XYZ11.4919.088.71-
YUV104.13108.1791.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=20.46%
G=52.90%
B=26.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53137690.6100.500.46131.4344.2137.25
Hex3589453D0322E832c25
Octal6521110575062562035445
Binary110101100010011000101111101011001010111010000011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358945; }

 p { color: rgb(53,137,69); }

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

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

 a { background-color: rgb(53,137,69); }

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

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

 span { border-color: rgb(53,137,69); }

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