#357851

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

Shades of Amazon #357851

Tints of Amazon #357851

Color information

#357851 (or 0x357851) is unknown color: approx Amazon. HEX triplet: 35, 78 and 51. RGB value is (53,120,81). Sum of RGB (Red+Green+Blue) = 53+120+81=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #357851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357851 is #CA87AE. Grayscale: #5F5F5F. Windows color (decimal): -13273007 or 5339189. OLE color: 5339189.

HSL color Cylindrical-coordinate representation of color #357851: hue angle of 145.07º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357851 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB5312081-
CMYK0.5600.320.53
HSL145.07º38.73%33.92%-
HSV(B)145.07º55.83%47.06%-
XYZ9.6714.7810.13-
YUV95.52119.897.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 81 (32.03% from 255) = 31.89%
R=20.87%
G=47.24%
B=31.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120810.5600.320.53145.0738.7333.92
Hex3578513802035912722
Octal6517012170040652214742
Binary11010111110001010001111000010000011010110010001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357851; }

 p { color: rgb(53,120,81); }

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

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

 a { background-color: rgb(53,120,81); }

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

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

 span { border-color: rgb(53,120,81); }

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