#358546

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

Shades of Amazon #358546

Tints of Amazon #358546

Color information

#358546 (or 0x358546) is unknown color: approx Amazon. HEX triplet: 35, 85 and 46. RGB value is (53,133,70). Sum of RGB (Red+Green+Blue) = 53+133+70=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #358546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358546 is #CA7AB9. Grayscale: #666666. Windows color (decimal): -13269690 or 4621621. OLE color: 4621621.

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

Color convert

RGB5313370-
CMYK0.6000.470.48
HSL132.75º43.01%36.47%-
HSV(B)132.75º60.15%52.16%-
XYZ10.9617.978.69-
YUV101.911093.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=20.70%
G=51.95%
B=27.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53133700.6000.470.48132.7543.0136.47
Hex3585463C02F30852b24
Octal6520510674057602055344
Binary110101100001011000110111100010111111000010000101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358546; }

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

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

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

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

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

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

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

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