#35864E

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

Shades of Amazon #35864E

Tints of Amazon #35864E

Color information

#35864E (or 0x35864E) is unknown color: approx Amazon. HEX triplet: 35, 86 and 4E. RGB value is (53,134,78). Sum of RGB (Red+Green+Blue) = 53+134+78=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #35864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35864E is #CA79B1. Grayscale: #676767. Windows color (decimal): -13269426 or 5146165. OLE color: 5146165.

HSL color Cylindrical-coordinate representation of color #35864E: hue angle of 138.52º 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 #35864E is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB5313478-
CMYK0.6000.420.47
HSL138.52º43.32%36.67%-
HSV(B)138.52º60.45%52.55%-
XYZ11.3718.3610.15-
YUV103.4113.6692.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=20%
G=50.57%
B=29.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134780.6000.420.47138.5243.3236.67
Hex35864E3C02A2F8b2b25
Octal6520611674052572135345
Binary110101100001101001110111100010101010111110001011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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