#35864A

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

Shades of Amazon #35864A

Tints of Amazon #35864A

Color information

#35864A (or 0x35864A) is unknown color: approx Amazon. HEX triplet: 35, 86 and 4A. RGB value is (53,134,74). Sum of RGB (Red+Green+Blue) = 53+134+74=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #35864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35864A is #CA79B5. Grayscale: #676767. Windows color (decimal): -13269430 or 4884021. OLE color: 4884021.

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

Color convert

RGB5313474-
CMYK0.6000.450.47
HSL135.56º43.32%36.67%-
HSV(B)135.56º60.45%52.55%-
XYZ11.2318.39.42-
YUV102.94111.6692.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=20.31%
G=51.34%
B=28.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134740.6000.450.47135.5643.3236.67
Hex35864A3C02D2F882b25
Octal6520611274055572105345
Binary110101100001101001010111100010110110111110001000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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