#35804A

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

Shades of Amazon #35804A

Tints of Amazon #35804A

Color information

#35804A (or 0x35804A) is unknown color: approx Amazon. HEX triplet: 35, 80 and 4A. RGB value is (53,128,74). Sum of RGB (Red+Green+Blue) = 53+128+74=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #35804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35804A is #CA7FB5. Grayscale: #636363. Windows color (decimal): -13270966 or 4882485. OLE color: 4882485.

HSL color Cylindrical-coordinate representation of color #35804A: hue angle of 136.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35804A is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB5312874-
CMYK0.5900.420.50
HSL136.8º41.44%35.49%-
HSV(B)136.8º58.59%50.2%-
XYZ10.4216.699.15-
YUV99.42113.6594.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 128 (50.39% from 255) = 50.20%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=20.78%
G=50.20%
B=29.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128740.5900.420.50136.841.4435.49
Hex35804A3B02A32892923
Octal6520011273052622115143
Binary110101100000001001010111011010101011001010001001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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