#35844B

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

Shades of Amazon #35844B

Tints of Amazon #35844B

Color information

#35844B (or 0x35844B) is unknown color: approx Amazon. HEX triplet: 35, 84 and 4B. RGB value is (53,132,75). Sum of RGB (Red+Green+Blue) = 53+132+75=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #35844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35844B is #CA7BB4. Grayscale: #666666. Windows color (decimal): -13269941 or 4949045. OLE color: 4949045.

HSL color Cylindrical-coordinate representation of color #35844B: hue angle of 136.71º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35844B is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB5313275-
CMYK0.6000.430.48
HSL136.71º42.7%36.27%-
HSV(B)136.71º59.85%51.76%-
XYZ10.9917.779.51-
YUV101.88112.8393.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 132 (51.95% from 255) = 50.77%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=20.38%
G=50.77%
B=28.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53132750.6000.430.48136.7142.736.27
Hex35844B3C02B30892b24
Octal6520411374053602115344
Binary110101100001001001011111100010101111000010001001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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