#35824E

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

Shades of Amazon #35824E

Tints of Amazon #35824E

Color information

#35824E (or 0x35824E) is unknown color: approx Amazon. HEX triplet: 35, 82 and 4E. RGB value is (53,130,78). Sum of RGB (Red+Green+Blue) = 53+130+78=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #35824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35824E is #CA7DB1. Grayscale: #656565. Windows color (decimal): -13270450 or 5145141. OLE color: 5145141.

HSL color Cylindrical-coordinate representation of color #35824E: hue angle of 139.48º 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 #35824E is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB5313078-
CMYK0.5900.400.49
HSL139.48º42.08%35.88%-
HSV(B)139.48º59.23%50.98%-
XYZ10.8317.279.97-
YUV101.05114.9993.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=20.31%
G=49.81%
B=29.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130780.5900.400.49139.4842.0835.88
Hex35824E3B028318b2a24
Octal6520211673050612135244
Binary110101100000101001110111011010100011000110001011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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