#357256

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

Shades of Amazon #357256

Tints of Amazon #357256

Color information

#357256 (or 0x357256) is unknown color: approx Amazon. HEX triplet: 35, 72 and 56. RGB value is (53,114,86). Sum of RGB (Red+Green+Blue) = 53+114+86=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #357256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357256 is #CA8DA9. Grayscale: #5C5C5C. Windows color (decimal): -13274538 or 5665333. OLE color: 5665333.

HSL color Cylindrical-coordinate representation of color #357256: hue angle of 152.46º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357256 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB5311486-
CMYK0.5400.250.55
HSL152.46º36.53%32.75%-
HSV(B)152.46º53.51%44.71%-
XYZ9.1713.4610.92-
YUV92.57124.2999.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=20.95%
G=45.06%
B=33.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53114860.5400.250.55152.4636.5332.75
Hex3572563601937982521
Octal6516212666031672304541
Binary1101011110010101011011011001100111011110011000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357256; }

 p { color: rgb(53,114,86); }

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

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

 a { background-color: rgb(53,114,86); }

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

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

 span { border-color: rgb(53,114,86); }

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