#35784E

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

Shades of Amazon #35784E

Tints of Amazon #35784E

Color information

#35784E (or 0x35784E) is unknown color: approx Amazon. HEX triplet: 35, 78 and 4E. RGB value is (53,120,78). Sum of RGB (Red+Green+Blue) = 53+120+78=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #35784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35784E is #CA87B1. Grayscale: #5F5F5F. Windows color (decimal): -13273010 or 5142581. OLE color: 5142581.

HSL color Cylindrical-coordinate representation of color #35784E: hue angle of 142.39º 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 #35784E is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB5312078-
CMYK0.5600.350.53
HSL142.39º38.73%33.92%-
HSV(B)142.39º55.83%47.06%-
XYZ9.5614.749.55-
YUV95.18118.397.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=21.12%
G=47.81%
B=31.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120780.5600.350.53142.3938.7333.92
Hex35784E38023358e2722
Octal6517011670043652164742
Binary11010111110001001110111000010001111010110001110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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