#35764D

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

Shades of Amazon #35764D

Tints of Amazon #35764D

Color information

#35764D (or 0x35764D) is unknown color: approx Amazon. HEX triplet: 35, 76 and 4D. RGB value is (53,118,77). Sum of RGB (Red+Green+Blue) = 53+118+77=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #35764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35764D is #CA89B2. Grayscale: #5D5D5D. Windows color (decimal): -13273523 or 5076533. OLE color: 5076533.

HSL color Cylindrical-coordinate representation of color #35764D: hue angle of 142.15º 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 #35764D is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB5311877-
CMYK0.5500.350.54
HSL142.15º38.01%33.53%-
HSV(B)142.15º55.08%46.27%-
XYZ9.2914.259.28-
YUV93.89118.4798.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=21.37%
G=47.58%
B=31.05%

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
Decimal53118770.5500.350.54142.1538.0133.53
Hex35764D37023368e2622
Octal6516611567043662164642
Binary11010111101101001101110111010001111011010001110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35764D; }

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

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

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

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

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

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

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

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