#35884A

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

Shades of Amazon #35884A

Tints of Amazon #35884A

Color information

#35884A (or 0x35884A) is unknown color: approx Amazon. HEX triplet: 35, 88 and 4A. RGB value is (53,136,74). Sum of RGB (Red+Green+Blue) = 53+136+74=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #35884A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35884A is #CA77B5. Grayscale: #686868. Windows color (decimal): -13268918 or 4884533. OLE color: 4884533.

HSL color Cylindrical-coordinate representation of color #35884A: hue angle of 135.18º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35884A is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB5313674-
CMYK0.6100.460.47
HSL135.18º43.92%37.06%-
HSV(B)135.18º61.03%53.33%-
XYZ11.5118.869.51-
YUV104.1111191.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 136 (53.52% from 255) = 51.71%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=20.15%
G=51.71%
B=28.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136740.6100.460.47135.1843.9237.06
Hex35884A3D02E2F872c25
Octal6521011275056572075445
Binary110101100010001001010111101010111010111110000111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35884A; }

 p { color: rgb(53,136,74); }

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

<style>
 a { background-color: #35884A; }

 a { background-color: rgb(53,136,74); }

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

<style>
 span { border-color: #35884A; }

 span { border-color: rgb(53,136,74); }

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