#3C874D

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

Shades of Amazon #3C874D

Tints of Amazon #3C874D

Color information

#3C874D (or 0x3C874D) is unknown color: approx Amazon. HEX triplet: 3C, 87 and 4D. RGB value is (60,135,77). Sum of RGB (Red+Green+Blue) = 60+135+77=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #3C874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C874D is #C378B2. Grayscale: #6A6A6A. Windows color (decimal): -12810419 or 5080892. OLE color: 5080892.

HSL color Cylindrical-coordinate representation of color #3C874D: hue angle of 133.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C874D is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB6013577-
CMYK0.5600.430.47
HSL133.6º38.46%38.24%-
HSV(B)133.6º55.56%52.94%-
XYZ11.8718.8210.03-
YUV105.96111.6595.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.06%
GREEN value IS 135 (53.12% from 255) = 49.63%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=22.06%
G=49.63%
B=28.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60135770.5600.430.47133.638.4638.24
Hex3C874D3802B2F862626
Octal7420711570053572064646
Binary111100100001111001101111000010101110111110000110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C874D; }

 p { color: rgb(60,135,77); }

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

<style>
 a { background-color: #3C874D; }

 a { background-color: rgb(60,135,77); }

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

<style>
 span { border-color: #3C874D; }

 span { border-color: rgb(60,135,77); }

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