#3C804F

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

Shades of Amazon #3C804F

Tints of Amazon #3C804F

Color information

#3C804F (or 0x3C804F) is unknown color: approx Amazon. HEX triplet: 3C, 80 and 4F. RGB value is (60,128,79). Sum of RGB (Red+Green+Blue) = 60+128+79=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #3C804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C804F is #C37FB0. Grayscale: #666666. Windows color (decimal): -12812209 or 5210172. OLE color: 5210172.

HSL color Cylindrical-coordinate representation of color #3C804F: hue angle of 136.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C804F is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB6012879-
CMYK0.5300.380.50
HSL136.76º36.17%36.86%-
HSV(B)136.76º53.12%50.2%-
XYZ10.9916.9610.09-
YUV102.08114.9797.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=22.47%
G=47.94%
B=29.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60128790.5300.380.50136.7636.1736.86
Hex3C804F3502632892425
Octal7420011765046622114445
Binary111100100000001001111110101010011011001010001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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