#3C724E

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

Shades of Amazon #3C724E

Tints of Amazon #3C724E

Color information

#3C724E (or 0x3C724E) is unknown color: approx Amazon. HEX triplet: 3C, 72 and 4E. RGB value is (60,114,78). Sum of RGB (Red+Green+Blue) = 60+114+78=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #3C724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C724E is #C38DB1. Grayscale: #5D5D5D. Windows color (decimal): -12815794 or 5141052. OLE color: 5141052.

HSL color Cylindrical-coordinate representation of color #3C724E: hue angle of 140º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C724E is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB6011478-
CMYK0.4700.320.55
HSL140º31.03%34.12%-
HSV(B)140º47.37%44.71%-
XYZ9.2613.559.33-
YUV93.75119.11103.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=23.81%
G=45.24%
B=30.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60114780.4700.320.5514031.0334.12
Hex3C724E2F020378c1f22
Octal7416211657040672143742
Binary1111001110010100111010111101000001101111000110011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,114,78); }

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

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

 a { background-color: rgb(60,114,78); }

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

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

 span { border-color: rgb(60,114,78); }

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