#3C875C

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

Shades of Amazon #3C875C

Tints of Amazon #3C875C

Color information

#3C875C (or 0x3C875C) is unknown color: approx Amazon. HEX triplet: 3C, 87 and 5C. RGB value is (60,135,92). Sum of RGB (Red+Green+Blue) = 60+135+92=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #3C875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C875C is #C378A3. Grayscale: #6B6B6B. Windows color (decimal): -12810404 or 6063932. OLE color: 6063932.

HSL color Cylindrical-coordinate representation of color #3C875C: hue angle of 145.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 #3C875C is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB6013592-
CMYK0.5600.320.47
HSL145.6º38.46%38.24%-
HSV(B)145.6º55.56%52.94%-
XYZ12.4619.0613.15-
YUV107.67119.1594-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=20.91%
G=47.04%
B=32.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60135920.5600.320.47145.638.4638.24
Hex3C875C380202F922626
Octal7420713470040572224646
Binary111100100001111011100111000010000010111110010010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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