#35784D

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

Shades of Amazon #35784D

Tints of Amazon #35784D

Color information

#35784D (or 0x35784D) is unknown color: approx Amazon. HEX triplet: 35, 78 and 4D. RGB value is (53,120,77). Sum of RGB (Red+Green+Blue) = 53+120+77=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #35784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35784D is #CA87B2. Grayscale: #5F5F5F. Windows color (decimal): -13273011 or 5077045. OLE color: 5077045.

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

Color convert

RGB5312077-
CMYK0.5600.360.53
HSL141.49º38.73%33.92%-
HSV(B)141.49º55.83%47.06%-
XYZ9.5214.739.36-
YUV95.06117.898-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=21.2%
G=48%
B=30.8%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120770.5600.360.53141.4938.7333.92
Hex35784D38024358d2722
Octal6517011570044652154742
Binary11010111110001001101111000010010011010110001101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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