#357947

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

Shades of Amazon #357947

Tints of Amazon #357947

Color information

#357947 (or 0x357947) is unknown color: approx Amazon. HEX triplet: 35, 79 and 47. RGB value is (53,121,71). Sum of RGB (Red+Green+Blue) = 53+121+71=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #357947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357947 is #CA86B8. Grayscale: #5F5F5F. Windows color (decimal): -13272761 or 4684085. OLE color: 4684085.

HSL color Cylindrical-coordinate representation of color #357947: hue angle of 135.88º 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 #357947 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB5312171-
CMYK0.5600.410.53
HSL135.88º39.08%34.12%-
HSV(B)135.88º56.2%47.45%-
XYZ9.4414.898.34-
YUV94.97114.4798.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 71 (28.12% from 255) = 28.98%
R=21.63%
G=49.39%
B=28.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53121710.5600.410.53135.8839.0834.12
Hex3579473802935882722
Octal6517110770051652104742
Binary11010111110011000111111000010100111010110001000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357947; }

 p { color: rgb(53,121,71); }

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

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

 a { background-color: rgb(53,121,71); }

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

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

 span { border-color: rgb(53,121,71); }

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