#35784F

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

Shades of Amazon #35784F

Tints of Amazon #35784F

Color information

#35784F (or 0x35784F) is unknown color: approx Amazon. HEX triplet: 35, 78 and 4F. RGB value is (53,120,79). Sum of RGB (Red+Green+Blue) = 53+120+79=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #35784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35784F is #CA87B0. Grayscale: #5F5F5F. Windows color (decimal): -13273009 or 5208117. OLE color: 5208117.

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

Color convert

RGB5312079-
CMYK0.5600.340.53
HSL143.28º38.73%33.92%-
HSV(B)143.28º55.83%47.06%-
XYZ9.614.759.74-
YUV95.29118.897.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=21.03%
G=47.62%
B=31.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120790.5600.340.53143.2838.7333.92
Hex35784F38022358f2722
Octal6517011770042652174742
Binary11010111110001001111111000010001011010110001111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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