#357754

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

Shades of Amazon #357754

Tints of Amazon #357754

Color information

#357754 (or 0x357754) is unknown color: approx Amazon. HEX triplet: 35, 77 and 54. RGB value is (53,119,84). Sum of RGB (Red+Green+Blue) = 53+119+84=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #357754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357754 is #CA88AB. Grayscale: #5F5F5F. Windows color (decimal): -13273260 or 5535541. OLE color: 5535541.

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

Color convert

RGB5311984-
CMYK0.5500.290.53
HSL148.18º38.37%33.73%-
HSV(B)148.18º55.46%46.67%-
XYZ9.6714.5910.69-
YUV95.28121.6397.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=20.70%
G=46.48%
B=32.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119840.5500.290.53148.1838.3733.73
Hex3577543701D35942622
Octal6516712467035652244642
Binary1101011110111101010011011101110111010110010100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357754; }

 p { color: rgb(53,119,84); }

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

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

 a { background-color: rgb(53,119,84); }

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

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

 span { border-color: rgb(53,119,84); }

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