#35824D

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

Shades of Amazon #35824D

Tints of Amazon #35824D

Color information

#35824D (or 0x35824D) is unknown color: approx Amazon. HEX triplet: 35, 82 and 4D. RGB value is (53,130,77). Sum of RGB (Red+Green+Blue) = 53+130+77=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #35824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35824D is #CA7DB2. Grayscale: #656565. Windows color (decimal): -13270451 or 5079605. OLE color: 5079605.

HSL color Cylindrical-coordinate representation of color #35824D: hue angle of 138.7º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35824D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB5313077-
CMYK0.5900.410.49
HSL138.7º42.08%35.88%-
HSV(B)138.7º59.23%50.98%-
XYZ10.7917.269.78-
YUV100.94114.4993.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=20.38%
G=50%
B=29.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130770.5900.410.49138.742.0835.88
Hex35824D3B029318b2a24
Octal6520211573051612135244
Binary110101100000101001101111011010100111000110001011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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