#35754C

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

Shades of Amazon #35754C

Tints of Amazon #35754C

Color information

#35754C (or 0x35754C) is unknown color: approx Amazon. HEX triplet: 35, 75 and 4C. RGB value is (53,117,76). Sum of RGB (Red+Green+Blue) = 53+117+76=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #35754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35754C is #CA8AB3. Grayscale: #5D5D5D. Windows color (decimal): -13273780 or 5010741. OLE color: 5010741.

HSL color Cylindrical-coordinate representation of color #35754C: hue angle of 141.56º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35754C is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB5311776-
CMYK0.5500.350.54
HSL141.56º37.65%33.33%-
HSV(B)141.56º54.7%45.88%-
XYZ9.13149.06-
YUV93.19118.399.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=21.54%
G=47.56%
B=30.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117760.5500.350.54141.5637.6533.33
Hex35754C37023368e2621
Octal6516511467043662164641
Binary11010111101011001100110111010001111011010001110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35754C; }

 p { color: rgb(53,117,76); }

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

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

 a { background-color: rgb(53,117,76); }

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

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

 span { border-color: rgb(53,117,76); }

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