#35824F

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

Shades of Amazon #35824F

Tints of Amazon #35824F

Color information

#35824F (or 0x35824F) is unknown color: approx Amazon. HEX triplet: 35, 82 and 4F. RGB value is (53,130,79). Sum of RGB (Red+Green+Blue) = 53+130+79=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #35824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35824F is #CA7DB0. Grayscale: #656565. Windows color (decimal): -13270449 or 5210677. OLE color: 5210677.

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

Color convert

RGB5313079-
CMYK0.5900.390.49
HSL140.26º42.08%35.88%-
HSV(B)140.26º59.23%50.98%-
XYZ10.8617.2910.16-
YUV101.16115.4993.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=20.23%
G=49.62%
B=30.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130790.5900.390.49140.2642.0835.88
Hex35824F3B027318c2a24
Octal6520211773047612145244
Binary110101100000101001111111011010011111000110001100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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