#35784A

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

Shades of Amazon #35784A

Tints of Amazon #35784A

Color information

#35784A (or 0x35784A) is unknown color: approx Amazon. HEX triplet: 35, 78 and 4A. RGB value is (53,120,74). Sum of RGB (Red+Green+Blue) = 53+120+74=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #35784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35784A is #CA87B5. Grayscale: #5E5E5E. Windows color (decimal): -13273014 or 4880437. OLE color: 4880437.

HSL color Cylindrical-coordinate representation of color #35784A: hue angle of 138.81º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35784A is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB5312074-
CMYK0.5600.380.53
HSL138.81º38.73%33.92%-
HSV(B)138.81º55.83%47.06%-
XYZ9.4214.688.82-
YUV94.72116.398.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=21.46%
G=48.58%
B=29.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120740.5600.380.53138.8138.7333.92
Hex35784A38026358b2722
Octal6517011270046652134742
Binary11010111110001001010111000010011011010110001011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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