#35864D

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

Shades of Amazon #35864D

Tints of Amazon #35864D

Color information

#35864D (or 0x35864D) is unknown color: approx Amazon. HEX triplet: 35, 86 and 4D. RGB value is (53,134,77). Sum of RGB (Red+Green+Blue) = 53+134+77=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #35864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35864D is #CA79B2. Grayscale: #676767. Windows color (decimal): -13269427 or 5080629. OLE color: 5080629.

HSL color Cylindrical-coordinate representation of color #35864D: hue angle of 137.78º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35864D is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB5313477-
CMYK0.6000.430.47
HSL137.78º43.32%36.67%-
HSV(B)137.78º60.45%52.55%-
XYZ11.3318.349.96-
YUV103.28113.1692.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 134 (52.73% from 255) = 50.76%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=20.08%
G=50.76%
B=29.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134770.6000.430.47137.7843.3236.67
Hex35864D3C02B2F8a2b25
Octal6520611574053572125345
Binary110101100001101001101111100010101110111110001010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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