#3C884F

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

Shades of Amazon #3C884F

Tints of Amazon #3C884F

Color information

#3C884F (or 0x3C884F) is unknown color: approx Amazon. HEX triplet: 3C, 88 and 4F. RGB value is (60,136,79). Sum of RGB (Red+Green+Blue) = 60+136+79=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #3C884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C884F is #C377B0. Grayscale: #6A6A6A. Windows color (decimal): -12810161 or 5212220. OLE color: 5212220.

HSL color Cylindrical-coordinate representation of color #3C884F: hue angle of 135º degrees, saturation: 0.39, 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 #3C884F is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB6013679-
CMYK0.5600.420.47
HSL135º38.78%38.43%-
HSV(B)135º55.88%53.33%-
XYZ12.0819.1310.45-
YUV106.78112.3294.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.82%
GREEN value IS 136 (53.52% from 255) = 49.45%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=21.82%
G=49.45%
B=28.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60136790.5600.420.4713538.7838.43
Hex3C884F3802A2F872726
Octal7421011770052572074746
Binary111100100010001001111111000010101010111110000111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,136,79); }

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

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

 a { background-color: rgb(60,136,79); }

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

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

 span { border-color: rgb(60,136,79); }

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