#35824B

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

Shades of Amazon #35824B

Tints of Amazon #35824B

Color information

#35824B (or 0x35824B) is unknown color: approx Amazon. HEX triplet: 35, 82 and 4B. RGB value is (53,130,75). Sum of RGB (Red+Green+Blue) = 53+130+75=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #35824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35824B is #CA7DB4. Grayscale: #646464. Windows color (decimal): -13270453 or 4948533. OLE color: 4948533.

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

Color convert

RGB5313075-
CMYK0.5900.420.49
HSL137.14º42.08%35.88%-
HSV(B)137.14º59.23%50.98%-
XYZ10.7217.239.42-
YUV100.71113.4993.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=20.54%
G=50.39%
B=29.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130750.5900.420.49137.1442.0835.88
Hex35824B3B02A31892a24
Octal6520211373052612115244
Binary110101100000101001011111011010101011000110001001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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