#3C844F

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

Shades of Amazon #3C844F

Tints of Amazon #3C844F

Color information

#3C844F (or 0x3C844F) is unknown color: approx Amazon. HEX triplet: 3C, 84 and 4F. RGB value is (60,132,79). Sum of RGB (Red+Green+Blue) = 60+132+79=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #3C844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C844F is #C37BB0. Grayscale: #686868. Windows color (decimal): -12811185 or 5211196. OLE color: 5211196.

HSL color Cylindrical-coordinate representation of color #3C844F: hue angle of 135.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C844F is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB6013279-
CMYK0.5500.400.48
HSL135.83º37.5%37.65%-
HSV(B)135.83º54.55%51.76%-
XYZ11.5318.0310.27-
YUV104.43113.6596.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.14%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=22.14%
G=48.71%
B=29.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60132790.5500.400.48135.8337.537.65
Hex3C844F3702830882626
Octal7420411767050602104646
Binary111100100001001001111110111010100011000010001000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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