#35765E

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

Shades of Amazon #35765E

Tints of Amazon #35765E

Color information

#35765E (or 0x35765E) is unknown color: approx Amazon. HEX triplet: 35, 76 and 5E. RGB value is (53,118,94). Sum of RGB (Red+Green+Blue) = 53+118+94=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #35765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35765E is #CA89A1. Grayscale: #5F5F5F. Windows color (decimal): -13273506 or 6190645. OLE color: 6190645.

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

Color convert

RGB5311894-
CMYK0.5500.200.54
HSL157.85º38.01%33.53%-
HSV(B)157.85º55.08%46.27%-
XYZ9.9714.5212.87-
YUV95.83126.9797.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=20%
G=44.53%
B=35.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118940.5500.200.54157.8538.0133.53
Hex35765E37014369e2622
Octal6516613667024662364642
Binary1101011110110101111011011101010011011010011110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35765E; }

 p { color: rgb(53,118,94); }

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

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

 a { background-color: rgb(53,118,94); }

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

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

 span { border-color: rgb(53,118,94); }

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